gold3n
gold3n2mo ago

Cannot find module 'npm:react-router-dom' or its corresponding type declarations.

This is the error message the Typescript LSP gives me when I use the line import { Outlet } from "npm:react-router-dom". What is the proper way to get rid of it?
2 Replies
Sun「無用」
Sun「無用」2mo ago
Add react router to your project deno add npm:react-router-dom Or change to react-router, as the docs say that react-router-dom is now deprecated
Sun「無用」
Sun「無用」2mo ago
npm
react-router-dom
Declarative routing for React web applications. Latest version: 7.0.2, last published: 18 days ago. Start using react-router-dom in your project by running npm i react-router-dom. There are 22984 other projects in the npm registry using react-router-dom.

Did you find this page helpful?