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
we can't fully follow the storybook example, which relies on logic that happens behind the scenes.
In my case, I've ended up creating a useSearch custom hook which receives the table data as prop.
useSearch hook will allow me to toggle the search and store the current search value (just like in the storybook example). the only extra thing I've added is a filter to the table data:
Problem
When following search as a filter storybook example this happens:
Screen.Recording.2024-05-28.at.19.32.49.mov
Does anyone know how to fix it or a workaround to it?
The text was updated successfully, but these errors were encountered: