-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
System information.
Commit hash: 8c53244
Description.
When there is no demo provided to the DemoPlugin or in the DemoList resource, the app will crash.
Steps to reproduce.
- Create an app.
- register
DemoPluginwith no demos.
Expected behaviour.
The app should run normally.
Actual behaviour.
The app crashes with error:
undefined is not iterable (cannot read property Symbol(Symbol.iterator))
Cause(s).
The initDemo() system is reading an undefined value at the start of the demo list as no demo is inside it.
Reactions are currently unavailable