mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
d6f6b951e1
* Support disabling interaction tracing for suspense promises If a thrown Promise has the __reactDoNotTraceInteractions attribute, React will not wrapped its callbacks to continue tracing any current interaction(s). * Added optional '__reactDoNotTraceInteractions' attribute to Flow Thenable type