jmaldon1
Results
3
comments of
jmaldon1
I was getting the `Uncaught TypeError: createTheme_default is not a function` issue with remix, it had to do with the ``. If your project was set up using the [Remix...
I have this issue but only on iOS device
Its because of `import * as monaco from "monaco-editor";` or `import * as monaco from "monaco-editor/esm/vs/editor/editor.api";` which seems to be required for type definitions. Not sure how to fix this...