-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
If you pass a blank node name to the Svg.node
method it will compile, but will crash the browser.
import Svg
Svg.node "" [] []
Results in:
Uncaught TypeError: Failed to execute 'removeChild' on 'Node': parameter 1 is not of type 'Node'.
at _VirtualDom_applyPatch (app.js:3759:13)
at _VirtualDom_applyPatchesHelp (app.js:3717:17)
at _VirtualDom_applyPatches (app.js:3708:9)
at app.js:4081:16
at updateIfNeeded (app.js:4615:56)
It looks like this also results in an infinite loop, since the number of errors keeps going until you refresh the page.
Metadata
Metadata
Assignees
Labels
No labels