-
Notifications
You must be signed in to change notification settings - Fork 29
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
react-portable-text has no property 'toPlainText" #70
react-portable-text has no property 'toPlainText" #70
Comments
Is there a workaround to this? I'd like to use this module without forking as it's the recommended way by Sanity, but this error is causing all builds to fail. |
🎉 This issue has been resolved in version 3.0.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@parkerhutchinson or @zachgoll can either of you confirm if it's resolved in v3.0.7? |
Unable to reproduce this error anymore on our end, so I'm closing the issue :) |
when building my site Im running into this error both locally and during deployments to vercel.
It makes it seem like this would be the dep packages issue but when using
react-portable-text
directly there is no issue. it builds and runs perfectly. there is something about the implementation or version of this package in your package that causes these errors.tested this on your package from version 2.0.3 -> 3.0.4 all resulted in the same error.
simply installing
react-portable-text
directly and only replacing the props of that component to beserializers
andcontent
this builds and runs with no issues.The text was updated successfully, but these errors were encountered: