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
When using nodeNext module resolution in typescript, react-chakra-select types are not detected. Because when "exports" is present, "types" at root level supposed to be ignored
Solution is to add
"types": "dist/types/index.d.ts"
to package.json "exports" object after "default"
chakra-react-select Version
4.2.2
Link to Reproduction
No response
TypeScript?
Yes I use TypeScript
Steps to reproduce
Create tsconfig with "moduleResolution": "NodeNext",