Hi!
I’m seeing weird behavior after a paste code into a file. Here’s the repro steps:
- Create an empty file
- Paste the full contents of a JS file that I have locally into the new file
- All the code appears for a couple of seconds, then this error appears for a couple of seconds:
- All of the contents disappear and the file is back to being empty
I’ve refreshed, deleted, recreated, and kept re-pasting, but it keeps on doing it.
Also, the weird thing is, it is only happening for this file. I have others that are fine. I’ve also tried to directly upload it and the same thing happens.
You can see what file it is here: https://github.com/keen/keen-dataviz.js/blob/gh-pages/assets/faker.js
Is there something in the contents that could be causing this?
Thanks!