Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NODE_ENV=production silences developer warnings. #158

Closed
joeruello opened this issue May 3, 2016 · 2 comments
Closed

NODE_ENV=production silences developer warnings. #158

joeruello opened this issue May 3, 2016 · 2 comments

Comments

@joeruello
Copy link

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.

@arunoda
Copy link
Member

arunoda commented May 4, 2016

Yes true.
We are using NODE_ENV=production for a kind of hack. I think we could remove it.
Will do it.

@arunoda
Copy link
Member

arunoda commented May 10, 2016

Try the latest version. (v1.24.0).
It has a fix for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants