I had "patched" the Preact integrations to automatically pass replaceNode for Preact 8 when we initially launched HTM. When we updated to Preact X, that patch was correctly removed for htm/preact, but we forgot htm/preact/standalone. This just copies that change over, and fixes #159.
I had "patched" the Preact integrations to automatically pass
replaceNode
for Preact 8 when we initially launched HTM. When we updated to Preact X, that patch was correctly removed forhtm/preact
, but we forgothtm/preact/standalone
. This just copies that change over, and fixes #159.See additional codepen repro (line 55)