A few typescript error in Webstorm #5446
Replies: 1 comment
-
Closed. Problem solved. I imported the LinkOption type from |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Tanstack router: (1.132.47)
Node: 24.6
Typescript: 5.93
I just updated to the latest version, but Webstorm still complains about these errors from
node_modules/@tanstack/react-router/node_modules/@tanstack/router-core/src/load-matches.ts
node_modules/@tanstack/react-router/node_modules/@tanstack/router-core/src/router.ts
Apparently, the array type needs to be explicitly defined:
tsconfig.json
Can you please tell me how to remove these errors from Webstorm?
Beta Was this translation helpful? Give feedback.
All reactions