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
6.4.1 - I also tested with version 5.3.4, and 5.2.0 and it keeps getting errors that look like the one from below. (TS2305)
Steps to Reproduce
I am getting the following error and don't know the cause of this problem.
TS2305: Module '"../../../../../../../../../Users/users1039/IdeaProjects/sampleProject/client/node_modules/@remix-run/router/dist/utils"' has no exported member 'ParamParseKey'.
TS2305: Module '"../../../../../../../../../Users/users1039/IdeaProjects/sampleProject/client/node_modules/@remix-run/router/dist/utils"' has no exported member 'ParamParseKey'.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
What version of React Router are you using?
6.4.1 - I also tested with version 5.3.4, and 5.2.0 and it keeps getting errors that look like the one from below. (TS2305)
Steps to Reproduce
I am getting the following error and don't know the cause of this problem.
Here is my tsconfig:
}
package.json
Expected Behavior
Trying to get the correct behavior as seen in the examples from: https://reactrouter.com/docs/en/v6/examples/basic
Actual Behavior
TS2305: Module '"../../../../../../../../../Users/users1039/IdeaProjects/sampleProject/client/node_modules/@remix-run/router/dist/utils"' has no exported member 'ParamParseKey'.
Beta Was this translation helpful? Give feedback.
All reactions