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
{{ message }}
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
Describe the bug
Trying to use type definitions of SapperRequest and SapperResponse but getting Cannot use namespace 'SapperRequest' as a type instead of types.
Describe the bug
Trying to use type definitions of
SapperRequest
andSapperResponse
but gettingCannot use namespace 'SapperRequest' as a type
instead of types.tsconfig.json
:src/node_modules/@sapper/index.d.ts
:Logs
n/a
To Reproduce
I think just start a blank Sapper repo, run Typescript setup and then create a route like above
Expected behavior
Should show proper types
Stacktraces
n/a
Information about your Sapper Installation:
Severity
Not critical, just annoying; can't use Sapper types
Additional context
Add any other context about the problem here.
May relate to #1583 (comment)
The text was updated successfully, but these errors were encountered: