Mary McGrath
Mary McGrath
Any updates here on how best to tackle this one? I just ran into it It does looks like there's a `typemax` and `typemin` for date - should the `Date`...
Opened a PR: https://github.com/JuliaLang/julia/pull/54933
This `id` randomness also causes issues for server side rendering. We could also use `React.useId()` instead of `useRef`, which is easy to mock for testing if needed and doesn't require...
I've been working around this by forcing it to only render on the client side. I have a little `ForceClient` component ```tsx /** * Force a component to only render...