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
now enforces the type on these functions to be SelectableObject (which is great, because prior we had to define our own types here)
However, the SelectableObject typing seems to be missing some key items. Keys like "id", "numSelected", and others, but the keys are definitely in the object that gets called in the function.
The text was updated successfully, but these errors were encountered:
We're upgrading to the latest SeatsIO React lib.
We noticed that
now enforces the type on these functions to be SelectableObject (which is great, because prior we had to define our own types here)
However, the SelectableObject typing seems to be missing some key items. Keys like "id", "numSelected", and others, but the keys are definitely in the object that gets called in the function.
The text was updated successfully, but these errors were encountered: