This repository was archived by the owner on Dec 10, 2024. It is now read-only.
This repository was archived by the owner on Dec 10, 2024. It is now read-only.
Quota Exceeded #27
Open
Description
Describe the bug
Seems like the global_state in localStorage grows overtime and hits a quota and errors out resulting in the inability to move or interact with the UI at all.
Uncaught DOMException: The quota has been exceeded. main.832ea5e9.chunk.js:1
a global-state.tsx:450
<anonymous> self-hosted:1115
update interpreter.js:259
m interpreter.js:104
process scheduler.js:64
schedule scheduler.js:43
send interpreter.js:98
t.prototype.defer/this.delayedEventsMap[e.id]< interpreter.js:739
(Async: setTimeout handler)
setTimeout interpreter.js:1258
t interpreter.js:1257
defer interpreter.js:735
exec interpreter.js:783
execute interpreter.js:198
update interpreter.js:224
m interpreter.js:104
process scheduler.js:64
schedule scheduler.js:43
send interpreter.js:98
onChange scale.tsx:441
React 11
bind_applyFunctionN self-hosted:1313
Jt self-hosted:1276
unstable_runWithPriority scheduler.production.min.js:18
React 3
bind_applyFunctionN self-hosted:1313
Xt self-hosted:1276
receiveMessage SelectChild.jsm:272
receiveMessage SelectChild.jsm:475
To Reproduce
Steps to reproduce the behavior:
- Use prism a lot, with a lot of scales
Environment
- OS: macOS BigSur
- Browser: Firefox
- Version: latest
Activity