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
Sometimes we add a default implementation in interfaces to avoid breaking change. With a major release, we should remove the default implementations and document this as a break change. Here are some of the interfaces that should be modified:
ILoginFormEvent
The text was updated successfully, but these errors were encountered:
We triaged this issue and set the milestone according to the priority we think is appropriate (see the docs on how we triage and prioritize issues).
This indicates when the core team may start working on it. However, if you'd like to contribute, we'd warmly welcome you to do that anytime. See our guide on contributions here.
FYI there is an interface that has a default implementation for a reason, so we need to remove those who have an implementation to avoid the breaking change at that time
I know there is a reason. The reason is started I my issue. In v3 we need to remove the default implementation from the interface and introduce a breaking change.
Sometimes we add a default implementation in interfaces to avoid breaking change. With a major release, we should remove the default implementations and document this as a break change. Here are some of the interfaces that should be modified:
The text was updated successfully, but these errors were encountered: