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
Hi there. I'm experiencing a strange issue where my <ReactMarkdown /> component is only rendering within the currently visible viewport.
As you can see here, I am console.log'ing the Markdown string value:
And if I scroll down, the component is not rendering the remaining Markdown:
The component is also updating on viewport resize, showing the correctly rendered Markdown in the viewport, but not showing anything outside of the viewport if I scroll. Can you point me in the right direction here?
Thank you so much, and great work on the library! It's super useful.
The text was updated successfully, but these errors were encountered:
95% sure this is a styling issue, as react-markdown just outputs plain DOM nodes without any styling.
If you inspect the last element to be rendered ("Test the docs") you should be able to see more DOM-nodes below it.
Let me know if you still think this is a library issue.
Hi there. I'm experiencing a strange issue where my
<ReactMarkdown />
component is only rendering within the currently visible viewport.As you can see here, I am console.log'ing the Markdown string value:
And if I scroll down, the component is not rendering the remaining Markdown:
The component is also updating on viewport resize, showing the correctly rendered Markdown in the viewport, but not showing anything outside of the viewport if I scroll. Can you point me in the right direction here?
Thank you so much, and great work on the library! It's super useful.
The text was updated successfully, but these errors were encountered: