Replies: 1 comment 1 reply
-
It looks like this might be solved now: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I had weird bugs in the interactive part of a page (filtering content using vue-multiselect) unless it was wrapped in a
<ClientOnly>
- content was being duplicated instead of replaced.It turned out to be bad html causing hydration to complete with mismatches.
Is there a (hopefully easy) way to have docs:build fail if the deployed app would need to do hydration fixups?
Ideally docs:dev would fail too, or at least spit out some warnings, but I'll take what I can get.
Beta Was this translation helpful? Give feedback.
All reactions