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 use a paginated inventory to support an unknown number of items, which are each meant to be used to configure a mini-game scenario.
I discovered that paginated inventory viewers have their views synchronized, which is an unexpected behavior.
How can I fix it ? Is the issue from the lib or from my implementation of a paginated inventory ?
Note
Quick side note, I can't use multiple instances of the paginated inventory class since when configuring scenarios, I update their "display item", and I need this update to make it to other viewers, that's why I'm using only one inventory instance