-
Notifications
You must be signed in to change notification settings - Fork 398
Open
Description
Intro
Interestingly, the Try tab could fall into an endless loop of crashing.
Reproduce step
- open https://reasonml.github.io/en/try?rrjsx=true&reason=DYUwLgBAhhBcEEsB2kC8ECMBnA3AKCA. This represent source code
let a : int = 1s;(which is a typo I incidentally typed). - see
try.js:44270 Uncaught TypeError: Cannot destructure property 'startLine' of 'undefined' as it is undefined.in your console. - now if you open just https://reasonml.github.io/en/try, it will try to restore the state from local storage and cause the try page crash again.
Metadata
Metadata
Assignees
Labels
No labels