-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RCTFatalException: Unhandled JS Exception: TypeError: Super expression must either be null or a function, js engine: hermes #892
Comments
Same error here, tryed to downgrade to older versions but still getting the error:
|
@BenhurKulzer make sure there's no ^ before the version on your package.json. |
Why issues are so slow in resolving them? This issue is breaking version 2.17 entirely and it's open for 8 days. Is a multi million company lacking resources on resolving issues fast? We're paying thousands of $ every single month and the support is terrible. Yes, it's open source but damn, you're making tons of money from it. |
I've been having the same problem for two weeks, it completely delays the releases. Did anyone manage to solve it? |
downgrading to older versions, like 2.16.1 or 2.14.0... |
No good excuses why no one took a look at this during time off. Getting back here and looking at this. |
Still checking. I have removed meanwhile the faulty version from NPM. |
@BenhurKulzer @danielamorimp @efstathiosntonas Sorry for the lack of updates, we have been busy upgrading our tooling to 0.72+ to see if we could catch this but so far no luck. To be fair we're not deviating much from the defaults of a new RN app at each version we have tested (0.71.5, 0.72.6, 0.72.7). At this point we believe this might be caused by a common configuration we haven't tested. I'm thinking something along TS, Babel or RN configs/version combinations. Any chance someone can share a minimal repro project? Or your project dependencies and configurations for babel, rn, typescript? |
Fix is released in v2.19 |
analytics-react-native
version: 2.17.0Steps to reproduce
use version 2.17.0 and build a release variant, app insta crashes with:
downgrading to 2.16.1 solves the issue. When on debug variant it works fine, it only happens in release variant. Let me know if you need any additional info.
The text was updated successfully, but these errors were encountered: