solid-select
solid-select copied to clipboard
Incorrect type definition?
Hi,
I'm using vite 4.4.5 with TS+solid preset
When I try to import solid-select I'm getting:
Could not find a declaration file for module '@thisbeyond/solid-select'. '/path/to/my/project/node_modules/@thisbeyond/solid-select/dist/esm/index.js' implicitly has an 'any' type.
There are types at '/path/to/my/project/node_modules/@thisbeyond/solid-select/dist/types/index.d.ts', but this result could not be resolved when respecting package.json "exports". The '@thisbeyond/solid-select' library may need to update its package.json or typings.ts(7016)
How can this be fixed?
Thanks