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
@strapi/blocks-react-renderer
Npm Version: 10.2.4 Node version: 18.19.1 React version: 18.2.0 React Native version: 0.71.8 blocks-react-renderer: 1.0.1
A React Native error occurs when an
This is because it is returned a <br /> element in the code.
<br />
To be returned the custom component if there is any.
The text was updated successfully, but these errors were encountered:
+1. It's very strange behavior to return a <br> when an empty string is received. Even a callback isn't triggered to prevent this.
<br>
Sorry, something went wrong.
No branches or pull requests
What version of
@strapi/blocks-react-renderer
are you using?Npm Version: 10.2.4
Node version: 18.19.1
React version: 18.2.0
React Native version: 0.71.8
blocks-react-renderer: 1.0.1
What's Wrong?
A React Native error occurs when an
empty line is returned.This is because it is returned a
<br />
element in the code.To Reproduce
Expected Behaviour
To be returned the custom component if there is any.
The text was updated successfully, but these errors were encountered: