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
{{ message }}
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.
the dropdown does not work. the checkboxes can be toggled but nothing happens. as far as i can see there are no javascript runtime errors being thrown. it seems like the script for the whole filtering is not even being called.
The text was updated successfully, but these errors were encountered:
the issue stems from the fact that Application is initialized before registerService and registerComponent are called, and the Application constructor assumes that they have been registered beforehand. a file concatenation issue with tsc configuration.
the dropdown does not work. the checkboxes can be toggled but nothing happens. as far as i can see there are no javascript runtime errors being thrown. it seems like the script for the whole filtering is not even being called.
The text was updated successfully, but these errors were encountered: