Hello,
I have an issue with the Vibe library: the Dropdown component type isn’t exported, which produce import error types:
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