Hello,
React 18 currently have various issues when attaching custom events (for instance, if you attach a custom event on the for “onnextpage”, you will see hydration error on SSR).
I’ve tried to update to React 19, which solves the SSR issue, but introduces ton of issues client side. To put it simply: nothing works in React 19, when doing a client-side page change, the components are not re-rendered at all.
Is there a planned support for React 19 soon?