gooact
gooact copied to clipboard
null nodes cause errors?
In this example, I'm replacing a <div>
with a null
node on every other iteration:
https://codesandbox.io/s/rwjr4xo47p
I don't understand what causes this error - you do handle null
vdom nodes by inserting empty Text
nodes as placeholders, so it should be supported?