You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
There is a hydration issue with the Kobalte Accordion when using the defaultValue prop in a SolidStart application. The Accordion only functions correctly when Server-Side Rendering (SSR) is disabled.
Go to the page where the Accordion is implemented.
Observe that the default value specified does not hydrate correctly when the page loads.
Notice that disabling SSR temporarily resolves the issue.
Expected behavior
The Accordion should properly hydrate with the default value specified (defaultValue={["FAQ_WHAT_CAN_I_DO_HERE"]}) when the page loads, without needing to disable SSR.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: Linux
Browser Chrome
Version 20
Additional context
This issue may be related to the initialization of state or props during the SSR phase. Further investigation into how SolidStart handles hydration in conjunction with the Kobalte Accordion's defaultValue might be required. The latest version of all related software is being used.
The text was updated successfully, but these errors were encountered:
Describe the bug
There is a hydration issue with the Kobalte Accordion when using the
defaultValue
prop in a SolidStart application. The Accordion only functions correctly when Server-Side Rendering (SSR) is disabled.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Accordion should properly hydrate with the default value specified (
defaultValue={["FAQ_WHAT_CAN_I_DO_HERE"]}
) when the page loads, without needing to disable SSR.Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
This issue may be related to the initialization of state or props during the SSR phase. Further investigation into how SolidStart handles hydration in conjunction with the Kobalte Accordion's
defaultValue
might be required. The latest version of all related software is being used.The text was updated successfully, but these errors were encountered: