Is your feature request related to a problem?
I am trying to integrate this into a webapp that is built on react 19 and running into errors.
The error on import:
Cannot read properties of undefined (reading 'ReactCurrentOwner')
Alternatives you've considered
Possible workarounds:
- Support a subset of the app in react 18 while the rest stays on React 19
- Convert the entire app to react 18
Both of these are options I have started looking into but they both seem quite painful. Would love this library to support react 19 natively if possible.
Any chance this will get looked into?
Is your feature request related to a problem?
I am trying to integrate this into a webapp that is built on react 19 and running into errors.
The error on import:
Cannot read properties of undefined (reading 'ReactCurrentOwner')Alternatives you've considered
Possible workarounds:
Both of these are options I have started looking into but they both seem quite painful. Would love this library to support react 19 natively if possible.
Any chance this will get looked into?