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
Hello team.
Thanks for creating a greate libary for me for easy to sortable a list, i'm using ReactSortable for sorting my person list with typescript, when i create a state with type IPerson[], then i put the state into the ReactSortable Element, the list prop show this message: Type 'IPerson[]' is not assignable to type 'ItemInterface[]'. How can i solve this, is this a bug or i am doing wrong some where, thanks for reading my issue, hope you guy can support me as soon as possible.
The text was updated successfully, but these errors were encountered:
Hello team.
Thanks for creating a greate libary for me for easy to sortable a list, i'm using
ReactSortable
for sorting my person list with typescript, when i create a state with typeIPerson[]
, then i put the state into theReactSortable
Element, the list prop show this message:Type 'IPerson[]' is not assignable to type 'ItemInterface[]'
. How can i solve this, is this a bug or i am doing wrong some where, thanks for reading my issue, hope you guy can support me as soon as possible.The text was updated successfully, but these errors were encountered: