react-functional-select icon indicating copy to clipboard operation
react-functional-select copied to clipboard

Missing types

Open stephenwf opened this issue 4 years ago • 0 comments

In the published package the ./src/types folder doesn't appear to be included in the ./dist folder.

If you check Select.d.ts you can see it importing from ./types which doesn't exist in the published model.

Introduced in: 2.3.3 (source) Working in: 2.3.2 (source) Still missing in 3.3.3 (source)

A possible fix would be to rename the index.d.ts and styled.d.ts to index.ts and styled.ts respectively. The other would be to use something like copy-files to grab the *.d.ts into the dist folder.

stephenwf avatar Nov 03 '21 20:11 stephenwf