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
In the synchronizeLayoutWithChildren method, in the bottom catchall scenario it is sending layout to the bottom method, however layout is not yet defined (as it is being assigned). It appears that this commit is the source, because layout was an instantiated array prior (and was therefore sending the layout in-progress with each execution), and is now leveraging React.Children.map.
The text was updated successfully, but these errors were encountered:
When adding items to the grid I receive this error:
In the
synchronizeLayoutWithChildren
method, in the bottom catchall scenario it is sendinglayout
to thebottom
method, howeverlayout
is not yet defined (as it is being assigned). It appears that this commit is the source, because layout was an instantiated array prior (and was therefore sending thelayout
in-progress with each execution), and is now leveragingReact.Children.map
.The text was updated successfully, but these errors were encountered: