Editor: Uncaught TypeError: Cannot read property 'replace' of undefined
Open
assigned
bug
editor
- Dominant language
- JavaScript
- Stars
- 14
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
When using the editor whenever you switch between files this error is shown.
```
Uncaught TypeError: Cannot read property 'replace' of undefined
at bramble.js:4
```
This issue goes back to the file [`main.js`](https://github.com/humphd/next/blob/master/src/editor/src/bramble/client/main.js#L428)
I believe this bug is happening since we're no longer using thimble, so there are some messages being transmitted incorrectly.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.