Brendan Bycroft
Results
2
issues of
Brendan Bycroft
If I insert a newline between two top-level list elements, a newline is also inserted between the first top-level element and its children elements (unexpectedly, to my eye). ``` -...
lang:markdown
status:needs investigation
Running ``` import { renderToString } from "react-dom/server"; let str = renderToString(); console.log(str); ``` unexpectedly produces the html string: ``` ``` which I'd expect to only occur when I explicitly...
Status: Unconfirmed