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 looks like updating to React 16.4.0 breaks the scrollToRow/scrollToColumn behavior in MultiGrid (though Grid looks to work still). The viewport seems to scroll once but then no longer updates to the proper position on subsequent updates.
Im experiencing the same problem with the List component (which is based on Grid not MultiGrid if I am correct?). I can confirm that downgrading to React v16.3.0 fixes scrollToRow() behaviour.
It looks like updating to React 16.4.0 breaks the
scrollToRow
/scrollToColumn
behavior inMultiGrid
(thoughGrid
looks to work still). The viewport seems to scroll once but then no longer updates to the proper position on subsequent updates.Maybe related to: facebook/react#12802
Code Sandbox Example: https://codesandbox.io/s/n4qorzj4km
The text was updated successfully, but these errors were encountered: