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 interaction between attributes and defaultAttrs is unclear and open to hard-to-spot bugs, for example when a mixin uses the a different form to the component.
Support for defaultAttrs should be dropped, breaking the API and forcing everyone to move the attributes.
The text was updated successfully, but these errors were encountered:
Yeah we could have a flag on attributes say strictmode to disable the strict checks introduced by this method. In this way defaultAttrs would only be a proxy fn to attributes with strictmode: false
API breaking change.
The interaction between
attributes
anddefaultAttrs
is unclear and open to hard-to-spot bugs, for example when a mixin uses the a different form to the component.Support for
defaultAttrs
should be dropped, breaking the API and forcing everyone to move theattributes
.The text was updated successfully, but these errors were encountered: