James Vaughan
James Vaughan
Apologies if there is a better place for me to ask about this, but I have been unable to get parameterization to work with react-router v6. Here are some excerpts...
I've created https://github.com/getsentry/sentry-javascript/issues/5513 to track my issue separately. Thanks!
I'm running into what I believe to be the same issue. In my case, I'm trying to implement shape dragging using the list of `selectedIds` from the page state. Here's...
I've added test cases for `Renderer` and `Canvas` to make sure that they render without crashing when they're given custom cursors, but I see that _most_ props on those components...
> well done! thank you for taking time to do this No problem, thanks for making it easy to do. How soon should I expect to have this in an...
I am also unable to get storage to persist with versions 0.17 and above of the zustand package. If I have time this week to put together a codesandbox to...
> do you have objects with keys as "numbers" in your zustand state? We do not, but we do have a fairly deeply nested object with string UUID keys like...
Thanks @nvie! I've started looking in to this upgrade and my main initial feedback is that **it would be really helpful to an example of how to use @liveblocks/zustand with...
> With this new version, the only place where you should add an annotation is at the create()(...) call. This was the key thing I think I was missing when...
I believe I'm seeing this same behavior with npm v8.9.0. @bradbarrow Did you end up finding a workaround for this?