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
When the compile() method is given anything other than an array, it throws as it calls the .map() method on it with no type checks. Throwing is okay in this instance, but it should be a TypeError stating what the method expects.