Currently, when an item's shape changes or the number of item slots on the item grid is reduced far enough, items are dropped, automatically. The process works, but under the hood, multiple re-renders appear to occur. Possibly once for every item dropped.
Currently, when an item's shape changes or the number of item slots on the item grid is reduced far enough, items are dropped, automatically. The process works, but under the hood, multiple re-renders appear to occur. Possibly once for every item dropped.
Ideally, there would only ever be one update.