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
fix: use useEffect for value prop handling in MultiSelectCombobox
Replaces the problematic reference comparison with proper useEffect
to handle controlled value prop updates. This ensures that when the
value prop changes, the selected state is properly updated.
Co-authored-by: jaaydenh <1858163+jaaydenh@users.noreply.github.com>
0 commit comments