The browser resolved template HTML does not match JSX input
Probably due to this i'm unable to click buttons in dev mode but it works in production mode
6 Replies
any insights? @mdynnl
is astro integration for solid start done? haven't had the time to catch up. but the only time i saw
solid-children
is somewhere in astro solid integration (astro official one)
hmm, could be an edge case for close tag optimization
it can be turned off let me dig up the option here in discord
https://github.com/ryansolid/dom-expressions/blob/main/packages/babel-plugin-jsx-dom-expressions/src/config.js
should've looked at this file in the first place 😅
island component also uses this, that means island router is the default now?
in any case, it's worth making an issue so this can be further investigated and fixed potentiallyi never used astro for my site :/
nvm then, i was referring to solid start's refactoring, which probably isn't finished yet
solid-children
is from solid start's islandsOh 😦
ig solid start isnt ready enough for production yet
GitHub
dev mode · Issue #882 · solidjs/solid-start
Hey, when I start a new project with vitest and SSR, pnpm dev seems to not build properly and the simple increment button doesn't increment. error: Uncaught The browser resolved template HTML d...