Describe the bug
When using the library with a default config, the following error is thrown "Cannot read properties of undefined (reading 'ReactCurrentOwner')". This looks like a piece from React internals that was removed in react 19. This appears to be a common issue with apps in React 19. Interestingly, NextJS uses this as well so the must patch the change.
Describe the bug When using the library with a default config, the following error is thrown "Cannot read properties of undefined (reading 'ReactCurrentOwner')". This looks like a piece from React internals that was removed in react 19. This appears to be a common issue with apps in React 19. Interestingly, NextJS uses this as well so the must patch the change.
To Reproduce https://stackblitz.com/edit/github-2amsyj?file=package.json
Misc