Hydration error when using <Show> in SolidStart
I am new to SolidStart, I see this talked about in several places but I fail to understand how any of the mentioned solutions applies to my case.
I am trying to conditionally render something using
This results in a hydration error. I am fairly sure that I understand why I'm getting the error, but what pattern should I use to conditionally render an element like this?
I am trying to conditionally render something using
<Show>:This results in a hydration error. I am fairly sure that I understand why I'm getting the error, but what pattern should I use to conditionally render an element like this?
