mirror of
https://github.com/facebook/react.git
synced 2026-02-24 04:33:04 +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.