We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v5.1.0
Types should be included in the latest version
Types are not included in the latest release and cause CI (and local development) to fail.
Could not find a declaration file for module '@storyblok/astro'. '<project_path>/node_modules/.pnpm/@[email protected][email protected]_@[email protected][email protected][email protected][email protected][email protected]_/node_modules/@storyblok/astro/dist/storyblok-astro.es.js' implicitly has an 'any' type. If the '@storyblok/astro' package actually exposes this module, try adding a new declaration (.d.ts) file containing `declare module '@storyblok/astro';`ts(7016)
astro info
Astro v5.0.9 Node v20.10.0 System macOS (x64) Package Manager pnpm Output server Adapter @astrojs/cloudflare Integrations @storyblok/astro @astrojs/tailwind
Typescript Version: ^5.7.2
^5.7.2
The text was updated successfully, but these errors were encountered:
Downgrading to v5.0.1 fixes the issue locally and in CI
v5.0.1
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
Types should be included in the latest version
Current Behavior
Types are not included in the latest release and cause CI (and local development) to fail.
astro info
Typescript Version:
^5.7.2
Steps to Reproduce
v5.1.0
The text was updated successfully, but these errors were encountered: