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
I've only initialized @rn-primitives/alert-dialog": "^1.1.0 in react-native cli project on v0.76.1. I no longer can run my app due to these errors.
(NOBRIDGE) ERROR Warning: TypeError: 0, _$$_REQUIRE(_dependencyMap6ve-css-interop/jsx-runtime").jsx is not a function (it is undefined).
(NOBRIDGE) ERROR Uncaught error: [TypeError: 0, _$$_REQUIRE(_dependencyMap6ve-css-interop/jsx-runtime").jsx is not a function (it is undefined)] {"componentStack": "
I'm using NativeWind for styling. My project was running fine until I added alert-dialog and I can no longer build it. I've tried downgrading, changing my nativewind version, reconfiguring my babel.config.js, cleaning and rebuilding. Also tried removing my themeContext etc. It's still giving me the same error. I think it'll give the same error for some other components too.
The text was updated successfully, but these errors were encountered:
I've only initialized @rn-primitives/alert-dialog": "^1.1.0 in react-native cli project on v0.76.1. I no longer can run my app due to these errors.
(NOBRIDGE) ERROR Warning: TypeError: 0, _$$_REQUIRE(_dependencyMap6ve-css-interop/jsx-runtime").jsx is not a function (it is undefined).
(NOBRIDGE) ERROR Uncaught error: [TypeError: 0, _$$_REQUIRE(_dependencyMap6ve-css-interop/jsx-runtime").jsx is not a function (it is undefined)] {"componentStack": "
I'm using NativeWind for styling. My project was running fine until I added alert-dialog and I can no longer build it. I've tried downgrading, changing my nativewind version, reconfiguring my babel.config.js, cleaning and rebuilding. Also tried removing my themeContext etc. It's still giving me the same error. I think it'll give the same error for some other components too.
The text was updated successfully, but these errors were encountered: