Heya, I came across an issue where if a TypeScript playground link is opened in a browser where JavaScript was last used in the playground, then there’s the error “TypeScript not registered” and the page fails to load. However if TypeScript was the last language used in the playground then it loads fine.
babylon.playground.js:16 TypeScript not registered!
To reproduce it, save the default TypeScript playground, switch to JavaScript, hit reload and it fails. Or if you were in JavaScript the last time you visited the playground with your current device and browser, then the error can be reproduced by clicking on any TypeScript playground link, such as below.
