When i try to open a computedAsyncPaginationState it doesn't open the gui and throws that error.
i saw another issue about this problem but i don't know if it is exactly the same as this.
`private final State paginationState = computedAsyncPaginationState(
(context) -> fetchWantedsFromDatabase(),
(ctx, builder, index, value) -> {
builder.buildComponent(ctx.getRoot()).getContainer().renderItem(index, new ItemStack(Material.EGG));
});
Is there an existing issue for this?
π Describe the bug
When i try to open a computedAsyncPaginationState it doesn't open the gui and throws that error. i saw another issue about this problem but i don't know if it is exactly the same as this.
`private final State paginationState = computedAsyncPaginationState(
(context) -> fetchWantedsFromDatabase(),
(ctx, builder, index, value) -> {
builder.buildComponent(ctx.getRoot()).getContainer().renderItem(index, new ItemStack(Material.EGG));
});
βοΈ Expected behavior
the gui to open
π£ Steps to Reproduce
create a computedAsyncPaginationState and add items
π» Platform
β Server Version
1.19.4
π Library Version
v3.1.0-rc
βοΈ Additional context
No response