Open georgest opened 4 months ago
@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
empty line is returned.
This is because it is returned a <br /> element in the code.
<br />
-
To be returned the custom component if there is any.
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.