You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using react-live in a Gatsby website with MDX. If I use the same component in the MDX code and in the ReactLive, the component in ReactLive iframe does not get CSS. The CSS classes rendered for the component in the iframe are the same as the classes in MDX but CSS is only generated in the root document, not in the iframe document.
I cannot provide link to the repo because it is private. But could anyone suggest how to debug? Thanks.
Here there are the screenshots illustrating the problem:
The text was updated successfully, but these errors were encountered:
I am using
react-live
in a Gatsby website with MDX. If I use the same component in the MDX code and in the ReactLive, the component in ReactLive iframe does not get CSS. The CSS classes rendered for the component in the iframe are the same as the classes in MDX but CSS is only generated in the root document, not in the iframe document.I cannot provide link to the repo because it is private. But could anyone suggest how to debug? Thanks.
Here there are the screenshots illustrating the problem:
The text was updated successfully, but these errors were encountered: