run npm install --legacy-peer-deps
❗️ Don't use
yarn,npm iornpm install. They cannot resolve the dependencies correctly in this case.
Storybook has a peer dependency to @mdx-js/react that uses react@17. Until the package is updated you have to install it with --legacy-peer-deps
run npm run storybook
run npm run test