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 Route.methods property is generally nested as follows:
{
"/some/path": set("GET", "POST")
}
However, this level of nesting is not only a breaking change, it is not necessary. It is the result of an earlier iteration of the router that was since abandoned. It seems this artifact has remained, and is no longer necessary.
The
Route.methods
property is generally nested as follows:However, this level of nesting is not only a breaking change, it is not necessary. It is the result of an earlier iteration of the router that was since abandoned. It seems this artifact has remained, and is no longer necessary.
Can be solved:
The text was updated successfully, but these errors were encountered: