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
I've made sure the reproduction is publicly accessible
Description of the issue
npm install react-select react-select-virtualized
I have this in my globals.d.ts file and knip is missing the usage of "react-select":
// Package has no types: https://github.com/guiyep/react-select-virtualized/issues/293declare module "react-select-virtualized"{export{default}from"react-select";// https://deluxe-blancmange-4a5494.netlify.app/#/?id=usage-with-creatableexport{Creatable}from"react-select/creatable";}
I can confirm that:
Changing exports x from to import "react-select" doesn't change the result
No repro
Prerequisites
Reproduction url
Stub issue, I can create a repro if required
Reproduction access
Description of the issue
I have this in my
globals.d.ts
file and knip is missing the usage of "react-select":I can confirm that:
exports x from
toimport "react-select"
doesn't change the resultimport "react-select"
outsidedeclare module
does fix it, but that changes how TypeScript interprets the fileThe text was updated successfully, but these errors were encountered: