Expected Behavior
When calling forceUpdate the layout should be recalculated
Current Behavior
The layout is not recalculated
Possible Solution
Steps to Reproduce
Here is an example
https://codesandbox.io/p/devbox/suspicious-shannon-m34rs7?file=%2Fsrc%2Findex.ts
Clicking on a number removes it from the list but the layout is not recalculated and it leaves a blank space. Even when calling forceUpdate there is no change. Although interestingly when adding a child the layout is recalculated properly (on key press in this example)
Environment
- version: "pixi.js": "^8.9.2", "@pixi/layout": "^3.0.2",
- Browser & Version: 135.0.7049.96
- OS & Version: MacOS 15.4.1
- Running Example: url
Expected Behavior
When calling forceUpdate the layout should be recalculated
Current Behavior
The layout is not recalculated
Possible Solution
Steps to Reproduce
Here is an example
https://codesandbox.io/p/devbox/suspicious-shannon-m34rs7?file=%2Fsrc%2Findex.ts
Clicking on a number removes it from the list but the layout is not recalculated and it leaves a blank space. Even when calling forceUpdate there is no change. Although interestingly when adding a child the layout is recalculated properly (on key press in this example)
Environment