dillon1000/react

Commit

Allow unmounting title tag

cf. #1376.

This is useful for SVG. Dynamically adding and removing `<title>` elements in SVG still won't work properly because of getMarkupWrap but this at least lets you include it in initial render and then unmount the entire `<svg>` without problems.
Browse files
Changed paths1 file
First-parent comparison
M src/browser/ui/ReactDefaultInjection.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…