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
Error: Property 'path' does not exist on type 'never'.
The intersection 'RouteNode' was reduced to 'never' because property 'isFile' has conflicting types in some constituents. (ts)
Code works, but I get a ts error. I can just use location.pathname, but thought I'd let you know anyways.
Logs
Error: Property 'path' does not exist on type'never'.
The intersection 'RouteNode' was reduced to 'never' because property 'isFile' has conflicting types in some constituents. (ts)
Describe the bug
I get the following error when using $route.path
Reproduction
do something like this
Code works, but I get a ts error. I can just use location.pathname, but thought I'd let you know anyways.
Logs
System Info
The text was updated successfully, but these errors were encountered: