You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem, when I want to assign array of plugins to the workflow array in the AppComponent.
Scenario:
Currently workflow array is empty, when component is initalized, let say I want to show some components at the initalization of AppComponent. I have assigned array of three components to the workflow array, and I get an error Cannot read property 'bindingStartIndex' of null .
Workflow array:
Error:
Setup:
Current version of repo, yarn install without any modifications.
The text was updated successfully, but these errors were encountered:
Hello
I have a problem, when I want to assign array of plugins to the
workflow
array in the AppComponent.Scenario:
Currently workflow array is empty, when component is initalized, let say I want to show some components at the initalization of AppComponent. I have assigned array of three components to the workflow array, and I get an error
Cannot read property 'bindingStartIndex' of null
.Workflow array:
Error:
Setup:
Current version of repo, yarn install without any modifications.
The text was updated successfully, but these errors were encountered: