On Storybook v8, I get a warning from @emotion/react:
You are loading @emotion/react when it is already loaded. Running multiple instances may cause problems. This can happen if multiple versions are used, or if multiple builds of the same version are used.
Describe the bug
On Storybook v8, I get a warning from
@emotion/react
:I found a bug that reported a similar issue https://github.com/storybookjs/storybook/issues/25761 but it still happens.
To Reproduce
System
Additional context
No response