Vibe - Dropdown component is not exported in TypeScript types

Hello,

I have an issue with the Vibe library: the Dropdown component type isn’t exported, which produce import error types:

image

My Vibe version:
"monday-ui-react-core": "^1.106.0",

The generated type definition in node_modules/monday-ui-react-core/dist/types.d.ts doesn’t contains the Dropdown export. However, it’s still possible to import the component (since it is present in the library), but this require a @ts-ignore annotation.

Also, do you prefer a message in this forum or an issue on the official GitHub repository ?
Thanks in advance

Hi @clement.devdevils,

Thanks for bringing this to our attention.

Our Vibe team is aware of this missing component. They’ve let me know they have plans to introduce a fix soon.

1 Like