SimpleCreations
SimpleCreations
I see https://github.com/facebook/react-native/commit/3b185e4bcef24e0689cccd4cf250d469b114d4da has been included in a release, does this mean this issue can be closed?
Seems like this is still an issue
Same issue here. In a well made React app promise rejections are much more common than errors happening during render phase, but currently they are getting ignored by Datadog unless...
@mightyiam perhaps we could import this plugin through compat layers as suggested [in this comment](https://github.com/import-js/eslint-plugin-import/issues/2948#issuecomment-2148832701)?
Workaround **_globals.d.ts_** ```ts declare global { // https://github.com/morenoh149/react-native-contacts/issues/773 declare const global: typeof globalThis & { __turboModuleProxy: unknown } } export {} ```
I don't think the fix has been released yet