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
Following on from #139, developing in React Storybook has been awesome! I've been working completely inside it for a few days, when it came time to test it outside Storybook I was assaulted by a bunch of PropTypes warnings.
I'm assuming this is because NODE_ENV is force set to production. It would be nice to be able to see these warnings when developing inside Storybook.
The text was updated successfully, but these errors were encountered:
Following on from #139, developing in React Storybook has been awesome! I've been working completely inside it for a few days, when it came time to test it outside Storybook I was assaulted by a bunch of PropTypes warnings.
I'm assuming this is because NODE_ENV is force set to production. It would be nice to be able to see these warnings when developing inside Storybook.
The text was updated successfully, but these errors were encountered: