mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Stack uses a module called ReactInvalidSetStateWarningHook, but all it does is warn about setState inside getChildContext. Doesn't seem worth keeping around, so I didn't use it for Fiber, but if I'm mistaken I'll change it.