Describe the issue
I've been trying to get react-strict-dom working with expo@canary and running into Uncaught TypeError: _interopRequireDefault is not a function.
Expected behavior
Hoping to be able to use react-strict-dom with Expo latest to port a web ui library which uses React 19 to work with Expo
Steps to reproduce
Here is a repo with the process I used and should be cloneable to quickly repro:
https://github.com/stephenhandley/expo-rsd
As described there, I followed the process described here follow by the process in your docs
Test case
https://github.com/stephenhandley/expo-rsd
Additional comments
No response
Describe the issue
I've been trying to get react-strict-dom working with expo@canary and running into
Uncaught TypeError: _interopRequireDefault is not a function.Expected behavior
Hoping to be able to use react-strict-dom with Expo latest to port a web ui library which uses React 19 to work with Expo
Steps to reproduce
Here is a repo with the process I used and should be cloneable to quickly repro:
https://github.com/stephenhandley/expo-rsd
As described there, I followed the process described here follow by the process in your docs
Test case
https://github.com/stephenhandley/expo-rsd
Additional comments
No response