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 Feb 26, 2024. It is now read-only.
after zone.js, the function become object because it will be null.
I found the same issue in #525, and I found a solution recently, I'll make a PR to fix it.
Test case to reproduce:
This outputs the following:
This breaks Modernizr’s feature detection for "oninput" (it assumed a function type):
https://github.com/Modernizr/Modernizr/blob/master/feature-detects/event/oninput.js#L29
The text was updated successfully, but these errors were encountered: