Description
Issue
Cannot find module '@bprogress/next/app' or its corresponding type declarations.
Environment
- Node 22
- Next 14.1.0
- Typescript
This is mainly a compiling issue. Ignoring and running the code works as expected though. However, building causes this issue still.
Code example
import { ProgressProvider } from '@bprogress/next/app';
Package used (or docs)
@bprogress/next v3.2.12