You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.