We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The util/Environment singleton doesn't throw errors when running Storybook.
util/Environment
It throws errors because Storybook only passes in environment variables starting with STORYBOOK_ into the app.
STORYBOOK_
npm run storybook
The text was updated successfully, but these errors were encountered:
It looks like this has been resolved on Storybook's side - storybookjs/storybook#2668
It's currently in a pre-release so I haven't been able to verify if this fixes the issue.
Sorry, something went wrong.
@dan1elhughes can you offer any help with this.
peasandwell
No branches or pull requests
Expected behaviour
The
util/Environment
singleton doesn't throw errors when running Storybook.Actual behaviour
It throws errors because Storybook only passes in environment variables starting with
STORYBOOK_
into the app.Steps to reproduce behaviour
npm run storybook
The text was updated successfully, but these errors were encountered: