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
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.
The text was updated successfully, but these errors were encountered:
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
andstyled.d.ts
toindex.ts
andstyled.ts
respectively. The other would be to use something like copy-files to grab the*.d.ts
into the dist folder.The text was updated successfully, but these errors were encountered: