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
Steps to reproduce
.env
REACT_APP_PLACES_API_KEY=SFlknsdpbpiSDLFYSDLKFYmfcxfbsfas_asdfs
public/index.html
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=%REACT_APP_PLACES_API_KEY%&libraries=places"></script>
The issue is I cannot consume this variable from .storybook/preview-head.html.
.storybook/preview-head.html
I could modify my project.json file to set them like here https://storybook.js.org/configurations/env-vars/ but it would be nice if storybooks just played nicely with create-react-app.
The text was updated successfully, but these errors were encountered:
Released as v3.4.0-alpha.6
v3.4.0-alpha.6
Sorry, something went wrong.
Hypnosphi
No branches or pull requests
Steps to reproduce
.env
filepublic/index.html
The issue is I cannot consume this variable from
.storybook/preview-head.html
.I could modify my project.json file to set them like here
https://storybook.js.org/configurations/env-vars/ but it would be nice if storybooks just played nicely with create-react-app.
The text was updated successfully, but these errors were encountered: