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
It happens because setSelectedIndexes is called BEFORE setComponentData, so first call is just ignored, could you fix it? 0.11 introduced new initWithProps method to avoid such situations...