Brandon
Brandon
Windows having that odd test failure again which was previously resolved by a force push. -- 🧪 Test / 🧪 Test: (OS: windows-latest Node: 14) (pull_request)
@arnaudambro Thank you for your investigation and this PR!
Sure. I use it with a store being in `react-hook-form`. Here's an example of watching an `id` query param. I have a provider that updates useQueryParams via `setId` when the...
> What would be the issue with React Email running on a different React version than the one you are using? Just wondering because you added in the override, so...
> @ZipBrandon Just asking due to curiosity, this certainly is a bug, and I'll look into fixing it. We should not be bundling in anything from React. Thank you so...
Just chiming in to say that I had an issue with Portal when used in conjunction with `framer-motion` in the React canary releases since [19.0.0-canary-7a2609eed-20240403](https://www.npmjs.com/package/react/v/19.0.0-canary-7a2609eed-20240403) and that this was the...
I'm on v2.6.0 and I'm seeing inconsistent reflection in the last run time on a 1 minute interval. I see the task running in my worker but the last run...
I've gotten pretty far with this strategy on cloning. It doesn't feel the most pure but is working in many standard cases. I've distilled down the steps and the complexities...
The cloning happens `onDragOver` in this step: > if over container (Container B) and active container (Container A) then generate a new sortableId for the item in (Container A) and...
Circling back on this a few months later to see if anyone has achieved this yet in a more succinct way then I had originally propositioned?