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
Describe the bug
When trying to apply styles (new or override) to Storybook components (not all have been tested, but should be), the styles do not get applied.
Describe the bug
When trying to apply styles (new or override) to Storybook components (not all have been tested, but should be), the styles do not get applied.
To Reproduce
See code sample below.
Expected behavior
Styles are applied.
Screenshots
Code snippets
System:
Environment Info:
System:
OS: Windows 10 10.0.18362
CPU: (8) x64 Intel(R) Core(TM) i7-4720HQ CPU @ 2.60GHz
Binaries:
Node: 10.17.0 - C:\Program Files\nodejs\node.EXE
Yarn: 1.15.2 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
npm: 6.11.3 - C:\Program Files\nodejs\npm.CMD
Browsers:
Edge: 44.18362.449.0
I'm using Chrome Version 79.0.3945.130 (Official Build) (64-bit), but browser doesn't matter.
"@storybook/addons": "^5.3.6",
"@storybook/api": "^5.3.6",
"@storybook/components": "^5.3.6",
"@storybook/core-events": "^5.3.6",
"@storybook/theming": "^5.3.6",
Additional context
This is true if using styled from @storybook/theming or from @emotion/styled and no matter which syntax is used.
The text was updated successfully, but these errors were encountered: