Jonathan Raoult

Results 44 comments of Jonathan Raoult

@kelkes I might be wrong, but I think the commit history of this project doesn't paint a bright future for this library: https://github.com/juliencrn/usehooks-ts/commits/master/, so I would not hold my breath....

@juliencrn one last attempt to convince you: > the setter triggers a re-render every time the component is rendered. This can also happen with `useEffect`. The way you schedule the...

@juliencrn I also just wanted to add that if you change your mind, I'm happy to create a PR with the proper test coverage for this.

@juliencrn great. Leave it with me. I'll take a look at this over the week end.

@steviebaa @Donivanes, it is not related to the changes we made in the aforementioned PR, but it is defo related to the way ESM modules and CommonJS modules interact. -...

I just want to point out that the root cause of this issue is being discussed here: https://github.com/parcel-bundler/parcel/issues/7579 and that[ this workaround](https://github.com/parcel-bundler/parcel/issues/7579#issuecomment-1080355106) while imperfect is doing the job (mostly).

@cherepanov I also found that. This is because of the way the default value for the type parameter (`InputAttributes`) is defined. We can work around this issue by explicitly passing...

I stumbled upon the same issue today. Another option is to use Shadow DOM (cf. https://chakra-ui.com/docs/get-started/environments/shadow-dom) to fully insulate RSI from the rest of the DOM. It might be a...

Like @Pearce-Ropion, I've been relying on the fact that nested groups respect the array order and then set `"newlines-between": "always"` to get a split between them. > I believe that's...

@MickL I've had the same issue with Webstorm. With turbo v1 `--log-prefix=none` was enough, but with v2 I also have to disable the `tui`. So typically for me this allow...