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
Thanks for putting this example out there. I'm using Nuxt and I'm trying to implement this code into my own project, but I get this jsx error:
WARNING in ./components/stories/Button.stories.mdx 4:0
Module parse failed: Unexpected token (4:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| import Button from '@/components/Button'
|
> <Meta title="Button Docs" component={Button} />
|
| # Button Docs
@ \.)(?=.)[^\/]*?\.stories\.(js|mdx))$ (./components/stories sync ^\.\/(?:(?:|\/|(?:(?:(?!(?:|\/)\.).)*?)\/)(?!\.)(?=.)[^\/]*?\.stories\.(js|mdx))$) ./Button.stories.mdx
@ ./.storybook/generated-entry.js
@ multi ./node_modules/@storybook/core/dist/server/common/polyfills.js ./node_modules/@storybook/core/dist/server/preview/globals.js ./.storybook/preview.js ./.storybook/generated-entry.js (webpack)-hot-middleware/client.js?reload=true&quiet=true
Any suggestions? Cheers
The text was updated successfully, but these errors were encountered:
Hi!
Thanks for putting this example out there. I'm using Nuxt and I'm trying to implement this code into my own project, but I get this jsx error:
Any suggestions? Cheers
The text was updated successfully, but these errors were encountered: