react-live
react-live copied to clipboard
A UI preview error when using react live with markdown and docusaurus
Is there an existing issue for this?
- [x] I have searched the existing issues
Code of Conduct
- [x] I agree to follow this project's Code of Conduct
Question
When I introduce a custom component or a slightly more complex custom component code under live in the .mdx file, react live's real-time UI results will report errors in some locations. Only simple code can be used to preview the real-time successfully, such as <button>Hello Word</button>