I am using webpack@5 for storybook of my project. The problem is when I use my component in storybook (which uses material-ui components) I get error:
ModuleNotFoundError: Module not found: Error: Can't resolve '@emotion/react' in '/Users/USER/Dev/PROJECT/front/packages/components/node_modules/@mui/styled-engine/GlobalStyles'
I have tried to install this package, add it to addons, add alias for this module to storybook config, install other strange material-ui modules. Nothing works for me, still the same error.
Can you help and suggest what I can try to solve this?