Duplicates
Latest version
Current behavior 😯
"hydration mismatch" "hydration key not found"
Expected behavior 🤔
it should work
Steps to reproduce 🕹
Steps:
- git clone https://codeberg.org/iacore/kanban.git -b solidstart-debug
- Follow README.md
Now you will see that it is broken.
To make it work, remove !data.loading &&
inside app.tsx
.
Alternatively, move <ContextProvider>
outside <Show>
.
Context 🔦
See the comments in app.tsx
.