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 Mar 9, 2021. It is now read-only.
We're on 2.6.2. But that's still a very similar error -- line 3 of that compiled output should be return this.$someMethod(false, 'center'); The parameter should be 'center', not 1, i.e. the NamedValuesAttribute tag is having no effect when used with defaulted parameters.
When compiled to JS, this will be defaulted to 'null' rather than "Center", yielding an NPE.
The text was updated successfully, but these errors were encountered: