-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
issue: bugDescribes why the code or behaviour is wrongDescribes why the code or behaviour is wrong
Description
Describe the bug
The Advanced Playground fails to load due to errors being thrown.
To Reproduce
Steps to reproduce the behavior:
- Check out
develop(as of eca5ee2, but probably much earlier). - Run
npm install - Run
npm start - Open JavaScript console in resulting browser window.
- Click on "Advanced" link.
- See error in console (see below).
Expected behaviour
The advanced playground loads.
Desktop (please complete the following information):
- OS: macOS 11.6
- Browser: Chrome
- Version: 95.0.4638.69 (Official Build) (x86_64)
Stack Traces
options.js:539 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'theme')
at options.js:539
at Al (options.js:69)
at index.js:309
Metadata
Metadata
Assignees
Labels
issue: bugDescribes why the code or behaviour is wrongDescribes why the code or behaviour is wrong