vibe icon indicating copy to clipboard operation
vibe copied to clipboard

[Bug]: Wrong ref type for Dropdown

Open Andrew-Zakharov opened this issue 10 months ago • 0 comments

Vibe version

3.42.0

Describe the bug

Dropdown expects to have a ref of type HTMLElement here, but the real value of it is internal react-select StateManager

Expected behavior

Dropdown should expect and accept correct ref type

Steps to reproduce

  1. Install @vibe/core
  2. Install typescript
  3. Try to set ref of type of react-select ref

Reproduction example link

No response

System Info


Additional context, Screenshots

Image

Andrew-Zakharov avatar Apr 17 '25 15:04 Andrew-Zakharov