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 whole package seems to be non compatible with ES6 or strict mode. Mostly because all the variables that are functions are being declared without var or let.
NumberInput_Internal is not defined, leading to issues when it's referenced by other classes.
The text was updated successfully, but these errors were encountered: