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 was archived by the owner on Jul 19, 2020. It is now read-only.
To make it impossible to represent a non-valid internal route, using route: T instead of link: String, state: T would be a significant improvement to the props on the RouterAnchor and RouterButton.
This obviously would be a breaking change, but ultimately makes it easier to construct valid routes.
Description
To make it impossible to represent a non-valid internal route, using
route: Tinstead oflink: String, state: Twould be a significant improvement to the props on theRouterAnchorandRouterButton.This obviously would be a breaking change, but ultimately makes it easier to construct valid routes.