LavaMoat / docs

React Native docs
1 stars 3 forks source link

[V8] MMM + SES: `SES_UNHANDLED_REJECTION` #21

Closed leotm closed 1 year ago

leotm commented 1 year ago

occurring only w Chrome DevTools closed (default) after: hot-reload, re-open, re-build either: immediately, within ~10s (race condition)

Screenshot 2023-07-12 at 11 22 58

spotted in DevTools console, if opened during error

Screenshot 2023-07-12 at 11 25 08

no longer occurring w DevTools open, after: hot-reload, re-open, re-build

Screenshot 2023-07-12 at 11 55 56

DevTools Breakpoints: pause on uncaught exceptions (app fine on Resume)

Screenshot 2023-07-12 at 12 07 31

DevTools Breakpoints: pause on caught exceptions (app fine on Resume)

Screenshot 2023-07-12 at 12 28 10

reproducer

first seen in

leotm commented 1 year ago

cause: https://github.com/MetaMask/metamask-mobile/commit/a4229b0c49502aff59a006c291bbcf748d299712

n.b. primary reason for excluding it: https://github.com/LavaMoat/docs/issues/13#issuecomment-1635983999

leotm commented 1 year ago

possible cause also

leotm commented 1 year ago

closing as no longer occurring in