Griffen Fargo

Results 14 comments of Griffen Fargo

> > Add @ava/typescript > > This is an alternative to something like `ts-node`. So it's wrong to use both. This approach is mentioned [here](https://typestrong.org/ts-node/docs/recipes/ava/), but noticing the current ava...

@DawidWraga I imagine creating an `example` repo will be on the shortlist after @nicoalbanese completes the re-write 💭 recently readme was updated to mention it - https://github.com/nicoalbanese/kirimase/commit/a3735e68d8cbd3c46393a93600718bfac0d7b654 I'd be happy...

> I've created separate package and published to NPM just for this: [react-joyride-react19-compat](https://www.npmjs.com/package/react-joyride-react19-compat) > > You can also check my repository here: [visrut7/react-joyride](https://github.com/visrut7/react-joyride) > > not sure if I should...

As mentioned by @needim in [this comment](https://github.com/radix-ui/icons/pull/184#issuecomment-2436109770), the following override is a temporary workaround. ``` "overrides": { "@radix-ui/react-icons": { "react": "$react" } } ```