template2 is not a function
Hey! I've been struggling a bit with a weird hydration error for a while and someone else posted this: supporttemplate2 is not a function.
I get the same error but I don't have any duplicate <body> tags. Can we please reopen this or what would you guys suggest?
I investigated it down to that in packages/solid/web/src/index.ts:136, we call getNextElement() with no arguments, but getNextElement from dom-expressions end up calling template() where template is it's first and only argument, here undefined. Is there a mismatch in solidjs 1.0.9 and dom-expressions?
I get the same error but I don't have any duplicate <body> tags. Can we please reopen this or what would you guys suggest?
I investigated it down to that in packages/solid/web/src/index.ts:136, we call getNextElement() with no arguments, but getNextElement from dom-expressions end up calling template() where template is it's first and only argument, here undefined. Is there a mismatch in solidjs 1.0.9 and dom-expressions?

