You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which would work for all previous versions of React.
I think this is a non-goal (as it's something we'd implement on DevTools side with duck type checks etc). Just providing a boolean as an argument to the inject call should be enough.
One thing we need to ensure is it highlights in DEV mode even if React thinks it's in prod mode. For example if you set process.env.NODE_ENV to "production" but don't uglify (and thus get deoptimizations caused by code in DEV blocks).
We want to have a check for whether React is in 'DEV' mode, which would work for all previous versions of React.
The text was updated successfully, but these errors were encountered: