ember-fastboot / ember-fastboot/fastboot
Block elements inside `p` cause rehydration failures
Open
enhancement
- Dominant language
- No language data
- Stars
- 155
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
Example:
`
foo
`
Browser close `p` when seeing a block element inside, so, for example above, they end up creating a DOM that matches `
` instead.I suspect Simple DOM used in Fastboot does not behave the same, this results in rehydration markers getting messed up and ends with rehydration errors on the client side halting the whole app.
/cc @krisselden @rwjblue
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.