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
How this appeared is the templates are undefined since the UI have not loaded. This causes getCardTemplate() to be undefined when angular is creating the UI. This becomes defined later on, which is uncaught by Angular's internal check during development leading to this issue.
The text was updated successfully, but these errors were encountered:
Describe the bug
To Reproduce
Steps to reproduce the behavior:
npm ng:serve:web
on current main branch.Expected behavior
No such error should appear.
Screenshots
Additional context
Investigation suggests this bug arises from
hidden-groups.component.html
How this appeared is the templates are undefined since the UI have not loaded. This causes
getCardTemplate()
to be undefined when angular is creating the UI. This becomes defined later on, which is uncaught by Angular's internal check during development leading to this issue.The text was updated successfully, but these errors were encountered: