Everything works fine until I insert the GitHub flavored markdown then my page just goes blank this is the 3rd attempt now. The same thing happens in visual studio code.
Please someone should help me with this.
I have done this more than 3 times and I still get the some results. Whats the way out of this please?
-
The prop is
dangerouslySetInnerHTML
check your spelling. -
The object key is
__html
(double underscore). -
The element that
dangerouslySetInnerHTML
is used on should not have child content (<div />
).
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.