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
I'm trying to use a CollectionView using makeLayout. However, all items get mapped to the same position, and its contents are sort of ignored.
Consider the example below, where the const WITH_LAYOUT indicates what method to use for creating the collection view.
With WITH_LAYOUT=true, all items get mapped to (x,y)=(0,0) and there are no buttons, while with WITH_LAYOUT=false I get the expected result, a nicely organized list.
I'm trying to use a CollectionView using makeLayout. However, all items get mapped to the same position, and its contents are sort of ignored.
Consider the example below, where the const WITH_LAYOUT indicates what method to use for creating the collection view.
With WITH_LAYOUT=true, all items get mapped to (x,y)=(0,0) and there are no buttons, while with WITH_LAYOUT=false I get the expected result, a nicely organized list.
The text was updated successfully, but these errors were encountered: