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
The combobox and listbox had some cases where they were referencing classes defined further down in the file in their queries.
When the references are extracted into Angular's metadata, this can cause an error at runtime because the reference becomes eager.
These changes wrap the problematic cases in `forwardRef` to resolve the issues.
Fixes#32408.
(cherry picked from commit 9fff253)
0 commit comments