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
Our implementation of a sortable list ca. 0.0.9 depended on the disabled prop being passed through to the wrapped child component, but it appears as of 0.6.2 this is no longer the case. Our workaround currently looks like this:
Would be great to just use the disabled prop and not have a duplicate prop for this. Is there any reason why disabled is explicitly omitted from the passed-through props?
The text was updated successfully, but these errors were encountered:
Our implementation of a sortable list ca. 0.0.9 depended on the
disabled
prop being passed through to the wrapped child component, but it appears as of 0.6.2 this is no longer the case. Our workaround currently looks like this:Would be great to just use the
disabled
prop and not have a duplicate prop for this. Is there any reason whydisabled
is explicitly omitted from the passed-through props?The text was updated successfully, but these errors were encountered: