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 was archived by the owner on Sep 5, 2024. It is now read-only.
fix(select): Fix NPE by checking for controller existence.
In some cases, the select could be removed from the DOM before some
of the cleanup code was executed. This caused a `.controller()` call
to return `null`, but we did not check for existence before using
the controller which resulted in null pointer exception.
Fixes#7079.
Closes#7560
0 commit comments