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
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 deprecatednpm
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.