Viktor Hubert
Viktor Hubert
You're welcome! :pray: Hmm, maybe. Currently onResize reports width and height, and it reports the requested kind of dimensions (content- or border box size), using borderBoxSize, contentBoxSize, or the old...
Does the same issue happen when only using the ResizeObserver global? I have a suspicion that this is not specific to the hook, but the way RO works.
Not without having dedicated tests for React 19 alongside React 18, I'm sorry
I might find some time this Sunday, but not until then unfortunately. Appreciate the effort 🙏
I'm sorry but I'm really struggling to find the time and give this the attention it deserves. I managed to work about an hour on this yesterday, and bumped into...
The only thing blocking this is that I don't think making the hook support types of both v18 and v19 is trivial. I might just deploy a new major for...
Yeah sorry for not getting around this, I thought I'd be able to before May as that's when our twins were born, but unfortunately I didn't make it in time....
Can't promise you anything, but with a little luck I might get to it this weekend. We'll see. On Fri, 24 May 2024 at 06:22, Omar Diab ***@***.***> wrote: >...
I'll wait for a stable release actually. On Fri, 24 May 2024 at 08:31, Viktor Hubert ***@***.***> wrote: > Can't promise you anything, but with a little luck I might...
Yeah seems like an easy enough fix. The majority of the work might just be around fixing the type and adding React 19 tests. Otherwise the code might just work...