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
I'm having a weird issue with react-element-to-jsx-string and Gatsby with the latest version.
This will crash the browser with 14.3.4, but works in 14.3.2.
Only happens inside Gatsby page in develop mode. Any ideas?
import React from 'react' import reactElementToJSXString from 'react-element-to-jsx-string' const Foo = () => <div foo={{ foo: <Foo /> }}>Hello</div> // ^- causes the crash const Page = () => <>{reactElementToJSXString(Foo())}</> export default Page
Reproduction: https://github.com/tu4mo/gatsby-retjs-issue
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm having a weird issue with react-element-to-jsx-string and Gatsby with the latest version.
This will crash the browser with 14.3.4, but works in 14.3.2.
Only happens inside Gatsby page in develop mode. Any ideas?
Reproduction: https://github.com/tu4mo/gatsby-retjs-issue
The text was updated successfully, but these errors were encountered: