Closed Apisathan closed 11 months ago
Since version 4.0 where the componets where moved into its own folder am getting "Missing "./StoryblokComponent" specifier in "@storyblok/astro" package" when trying to import a component. Its fixed when moving the components into the root.
I made a repo with the issue with only astro and storyblok: https://github.com/Apisathan/astro-storyblok
npm run dev
Then you should get a missing specifier
Am closing this as its caused by a missing file extension in the astro docs: https://github.com/withastro/docs/pull/5949
Problem:
Since version 4.0 where the componets where moved into its own folder am getting "Missing "./StoryblokComponent" specifier in "@storyblok/astro" package" when trying to import a component. Its fixed when moving the components into the root.
Steps to Reproduce
I made a repo with the issue with only astro and storyblok: https://github.com/Apisathan/astro-storyblok
npm run dev
Then you should get a missing specifier