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
Since version 1.113.0 I got error message "Property 'hasNotFoundMatch' does not exist on type Router" on Typescript (v5.7.3) transpile. Build with vite works fine, so I guess it could be a missing declaration.
Which project does this relate to?
Router
Describe the bug
Since version 1.113.0 I got error message "Property 'hasNotFoundMatch' does not exist on type Router" on Typescript (v5.7.3) transpile. Build with vite works fine, so I guess it could be a missing declaration.
Your Example Website or App
https://tanstack.com/router/latest/docs/framework/react/guide/ssr#all-together-now
Steps to Reproduce the Bug or Issue
From this example: https://tanstack.com/router/latest/docs/framework/react/guide/ssr#all-together-now
Expected behavior
I expected that method hasNotFoundMatch exist on type Router.
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: