buildo / react-components

Collection of general React components used in buildo projects.
http://react-components.buildo.io/
MIT License
157 stars 21 forks source link

Fix Dropdown errors #1315

Closed veej closed 5 years ago

veej commented 5 years ago

Project card

Description

Specs

In dropdown.d.ts the import of ObjectOmit from 'src/utils' seems to be broken

Cannot find module 'src/utils'.

Import ObjectOmit from ../utils instead of src/utils