Jan Amann

Results 436 comments of Jan Amann

@ZeeCoder I've updated the dev dependency of React to 19 and tests seem to run. The only thing I had to change was a usage of `useRef` within the library,...

@ZeeCoder Any chance this can be merged & released now after https://github.com/ZeeCoder/use-resize-observer/pull/114/commits/7a266a2a004947cf4e270cf6b4477377c6d4ac9e?

@jamesmoss Thanks for the suggestion, I've updated the test file accordingly. I think `package.json` doesn't need to be changed though, as `yarn add react@18` would update the file anyway—right? @ZeeCoder...

Hey, thanks for looking into this @ZeeCoder! I unfortunately don't have the time currently to dive deeper into this and have therefore decided to add a simple, custom implementation of...

That's a good point, thanks! I'm working on full ESM support in https://github.com/amannn/next-intl/pull/1115, that should address this.

Definitely fine to keep it for now as it's a bug. Also, thank you for posting your workaround, maybe other users will run into this too!

This has been resolved in the [next-intl 4.0 beta](https://next-intl.dev/blog/next-intl-4-0)!

@kitten I've also just encountered this warning in a project. I've created a failing test in https://github.com/urql-graphql/urql/pull/3817, maybe this can help to verify the change in this PR?

@kitten Ok, I see! I'll keep an eye out for your other fix then. FWIW when I copy your fix from this PR to my branch, then the test passes.

That would sound great to me! I just ran into an issue with shared modules again, where 3 entry points import from a shared runtime, but somehow 3 copies of...