studio
studio copied to clipboard
Unstable - Create new exercise - ReferenceError: node details must be defined
Observed behavior
This is a follow-up to https://github.com/learningequality/studio/pull/4761. Each time I create a new exercise I am seeing the following error in the console without any user facing consequences:
validation.js:42 Uncaught (in promise) ReferenceError: node details must be defined
at isNodeComplete (validation.js:42:11)
at updateNodeComplete (actions.js:8:20)
at actions.js:92:13
at dexie.min.mjs:1:15533
at Me (dexie.min.mjs:1:10267)
at Le (dexie.min.mjs:1:11024)
at $e (dexie.min.mjs:1:10875)
at dexie.min.mjs:1:15533
Expected behavior
It should be investigated whether this is problematic and the error should be fixed.
Steps to reproduce the issue
- Go to https://unstable.studio.learningequality.org/en/accounts/#/ and sign in
- Open a channel and create a new exercise
- Observe the error in the console
Additional information
Usage Details
- OS: Windows 10, Ubuntu
- Browser: Chrome, Firefox
- URL: https://unstable.studio.learningequality.org/
- Caused by: https://github.com/learningequality/studio/pull/4635