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
After started using v0.5.0, I'm getting a console log with "Download the React DevTools for a better development experience: https://fb.me/react-devtools", which is a bit annoying.
It seems like browserifying with NODE_ENV=production makes these warning messages disappear (See facebook/react#3877 ).
Could we do that for our releases?
The text was updated successfully, but these errors were encountered:
After started using v0.5.0, I'm getting a console log with "Download the React DevTools for a better development experience: https://fb.me/react-devtools", which is a bit annoying.
It seems like
browserify
ing withNODE_ENV=production
makes these warning messages disappear (See facebook/react#3877 ).Could we do that for our releases?
The text was updated successfully, but these errors were encountered: