S
SolidJS•12mo ago
siduck

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
siduck
siduck•12mo ago
any insights? @mdynnl
mdynnl
mdynnl•12mo ago
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 potentially
siduck
siduck•12mo ago
i never used astro for my site :/
mdynnl
mdynnl•12mo ago
nvm then, i was referring to solid start's refactoring, which probably isn't finished yet solid-children is from solid start's islands
siduck
siduck•12mo ago
Oh 😦 ig solid start isnt ready enough for production yet
siduck
siduck•12mo ago
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...
Want results from more Discord servers?
Add your server
More Posts
Cannot exclude an external package from server bundle fileHello humans. It's been 2 days now that I am struggling with this issue of not being able to excludeWhich methods do you use for check user login or not?May I know which methods do you use for check user login or not? Method 1 - Create server session aSolid Router and losing ContextsWhen navigating to a route, I noticed I lose all the context values. I have to wrap the component (trequired Textfield when presented in Safari 16.3 it'll show as ` *When I use a ```jsx <TextField label="your email" required ``` in a form, on Safari 16.3 it'Mutate createServerData$ resourceI have a route component that renders countries: ```typescript export function routeData() { consUse Common Store in js file and edit it using file 1 then use it in file 2.I have context.js file and it have following code. `export function createI18n(i18n) { const [stcheckbox controlled from outsideI want to control a checkbox from the outside and expose either a function onChange and the props.chEffects not running after a unhandled promise rejection eventWhen an unhandled error event occurs (e.g. by throwing `new Error()`), the `ErrorBoundary` is catchiWhy is this page with `useParams` and `createResource` not reloading?```jsx export default function ArticleDetail() { const [article] = createResource(useParams().id, call `createServerData$` outside Route?Can I call `createServerData$` outside of a Route? I want to put it in a header that is outside of