LoiKos
LoiKos
Okay Thanks 👍
Hi, Quick question about v6 : > breaking removed runtime prop validation functionality; use [transient props](https://styled-components.com/docs/faqs#transient-props-since-51) for styling-only props or [shouldForwardProp](https://styled-components.com/docs/api#shouldforwardprop) for more advanced scenarios Does this mean that the...
See in live in this code sandbox : https://codesandbox.io/s/strange-lamport-3zowo?file=/src/App.js Notice that when you add the predicate the selected item isn't active when you re-open the select. I also let some...
Sorry didn't have time to look into this already. I'll try to send you a PR about this :)
@adidahiya this is fine now. My bad i should have close this issue !
Hi, I am trying to implement row selection (a global all row select) using server-side pagination. It seems to be the same use case as you. After trying different methods...
Hi, I just encountered this error while trying to update my project from `"@react-spring/web": "9.7.2",` to ` "@react-spring/web": "9.7.3",`. I'm sorry i have no idea what is causing this. Supposed...
Hi, I'm new to Rust and i run into this problem while moving from `query_as` to `query_as!`. I have an custom enum to handle a `type` field in the db:...
Same here the component fires 2 times instead of 1. I also think that onQueryChange break the custom `inputProps = {{ onChange : fn() }}` but i can't find anywhere...
Look like `onActiveItemChange` fired also two times for the same reason