react-functional-select
react-functional-select copied to clipboard
Missing types
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.