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
Radon IDE is suppose to catch uncaught exceptions. That doesn't seems to work, when the errors is thrown from async method. To recreate just add throw new Error('Error') in an async callback.
Environment
react-native-75 tests app
Radon IDE 1.4.0.rc0 and 1.3.1
Screen.Recording.2025-03-06.at.18.39.49.mov
The text was updated successfully, but these errors were encountered:
Description
Radon IDE is suppose to catch uncaught exceptions. That doesn't seems to work, when the errors is thrown from async method. To recreate just add
throw new Error('Error')
in an async callback.Environment
Screen.Recording.2025-03-06.at.18.39.49.mov
The text was updated successfully, but these errors were encountered: