mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
b8f91e6649
* [fail] reset IsThisRendererActing correctly I missed this in https://github.com/facebook/react/pull/16039. I'd pointed at the wrong previous state, corrupting it in further use. This PR fixes that, and adds a test to make sure it doesn't happen again. * warn for unacted effects only in strict mode