-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug?]: Hydration Mismatch when using children
#1392
Comments
There is an existing issue in Solid related to this. It has to do with the eager resolution of computeds. solidjs/solid#1977. That being said what you are trying to do might not work the way you are expecting. When |
Thanks for letting me know about the issue. I probably should've checked the Solid repo first. Thanks for the feedback! Maybe there is a better way to accomplish my goals? Here is an example of what I'm trying to do _renderChildren is not used, it is just there to access the |
If |
I don't know what to do with this one, as the behavior is by design but I don't have enough information to offer a better solution. If you want to chat about this more maybe flag me in a discussion or on discord. |
Duplicates
Latest version
Current behavior 😯
Hello, I am getting a hydration mismatch error when attempting the following in ssr mode :
This could entirely be my misunderstanding. Please let me know
here is the error:
Expected behavior 🤔
I would expect the return value of
Holder
to render as normalSteps to reproduce 🕹
Reproduction Link
Context 🔦
I am attempting to have the children of a component add values to a context item, then render the result with that context.
Similar to:
Your environment 🌎
No response
The text was updated successfully, but these errors were encountered: