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
For example, when using other React libraries like react-slick to develop Dash component, its inner logic will change tabIndex to -1, which causes a type check error to be triggered in Dash(2.17.1):
In the origin React, parameter
tabIndex
could accept number type:It would be better to add number type support for
tabIndex
:The text was updated successfully, but these errors were encountered: