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: fix crash in Blueprints.js SearchInput renderer
13118cd introduced a `ref` property to the `inputProps` of `SearchInput`. This is not compatible with the `ref` property of the Blueprints.js `InputGroup` component and needs to be passed to the `inputRef` property instead.
Fixes: #197
0 commit comments