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
Yes it is normal, because .params does not exist on Context, it only exists on RouteContext (which is the context that is passed to router middleware).
When I type "Context.Params" an exception raises with the message "Property 'params' does not exist on type 'Context<State, Record<string, any>>"
Is it normal? Is there a possible to fix?
The text was updated successfully, but these errors were encountered: