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
Describe the bug
storybook/react 5.0.11 exhibits the exact issue described in this ticket closed a few months ago.
this imported svg is not loaded correctly by storybook even when using a custom webpack config
import Pause from 'assets/web/svg/btn-pause.svg';
this hacky import bypassing storybook's loader behaviour does appear in storybook correctly
import Pause from '-!react-svg-loader!assets/web/svg/btn-pause.svg';
To Reproduce Steps to reproduce the behavior: same steps as seen in previous ticket:
Expected behavior The component is rendered correctly with the svg file.
Code snippets same code snippets as seen in previous ticket:
System:
The text was updated successfully, but these errors were encountered:
I'm sorry for opening the same issue... I was able to find a solution and added it in a comment at the original ticket. closing this.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
storybook/react 5.0.11 exhibits the exact issue described in this ticket closed a few months ago.
this imported svg is not loaded correctly by storybook even when using a custom webpack config
this hacky import bypassing storybook's loader behaviour does appear in storybook correctly
To Reproduce
Steps to reproduce the behavior:
same steps as seen in previous ticket:
Expected behavior
The component is rendered correctly with the svg file.
Code snippets
same code snippets as seen in previous ticket:
System:
The text was updated successfully, but these errors were encountered: