Luã Pascoal Ramos
Luã Pascoal Ramos
You can check `getBosses()` in `onFirstRender` and set it. If it is necessary in the same slots defined in the `paginationState`, the ideal is to have a `Boolean` to use...
same issue here
Are you using the correct version? ViewFrame creation: ```java final ViewFrame viewFrame = ViewFrame.create(this) .with(/*new ExampleView()*/) .register() ``` https://github.com/DevNatan/inventory-framework/wiki/Basic-Usage#registering-our-views
> Nah the latest version is still very unstable and has a lot of errors. Stable one was 3.0.8. Yeah, I know.
> > Nah the latest version is still very unstable and has a lot of errors. Stable one was 3.0.8. > > I was using 3.0.8, but when using something...
Triend on 5.2.0 version
The error was tested in my code and it didn't work. Are you sure you are registering the View correctly?   (tested using other types of state as well)
> > O erro foi testado no meu código e não funcionou. Tem certeza de que está registrando o View corretamente?   > > (testado usando outros tipos de...