-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
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
[bug]: Module '"@strapi/blocks-react-renderer"' has no exported member 'BlocksContent' #14
Comments
Sorry about that, I merged a PR to main that included readme changes (#13), but haven't released that change yet |
Hey, all good! Feel free to close the issue whenever you publish it then! And thank you :-) |
I just published it, you can try version |
Hi again! I don't think that beta.1 includes your PR sadly, when you look at the The main branch does though. Sorry for the extra work haha! |
Indeed I forgot to pull the changes before creating the release 🤡 Thanks for the tip! It should normally be okay this time with beta.2 |
Perfect! Thank you again :D |
What version of
@strapi/blocks-react-renderer
are you using?@strapi/blocks-react-renderer@latest
(1.0.0-beta.0)What's Wrong?
VSCode returning that the module isn't exporting any type
BlocksContent
as shown on the readmeTo Reproduce
Paste the following import into a project with the plugin installed :
Expected Behaviour
The module should export a usable type I guess?
The text was updated successfully, but these errors were encountered: