glimmerjs / glimmer-vm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make rehydration more error tolerant

lifeart opened this issue · comments

Given:

glimmer X SSR server, with "rehydration: false"
glimmer X bundle, with "rehydration: true" in main file.

Expected behaviour:

If we trying to rehydrate DOM without rehydration marks, app should warn about it, and completely replace DOM

Current behavour:

Rehydration error:
image

image