We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to call _get(Grid.class) in my ui but I get a nullpointer at line 359 of GridUtils.kt
I am using karibu-testing-v10 1.3.24
The issue seems to be that my grid is using class com.vaadin.flow.component.grid.GridSorterFilterComponentRenderer
If I look https://github.com/mvysny/karibu-tools/blob/0.14/src/main/kotlin/GridUtils.kt at GridUtils there is handling for class com.vaadin.flow.component.grid.GridSorterComponentRenderer but not com.vaadin.flow.component.grid.GridSorterFilterComponentRenderer
I believe the logic should be the same as gridSorterComponentRendererClass for GridSorterFilterComponentRenderer
The text was updated successfully, but these errors were encountered:
Note the class comes from com.vaadin.componentfactory enhanced-grid-flow 0.9.1
https://github.com/vaadin-component-factory/enhanced-grid-flow
Sorry, something went wrong.
Can you provide a very simple example project which demoes the NPE please?
mvysny
No branches or pull requests
I am trying to call _get(Grid.class) in my ui but I get a nullpointer at line 359 of GridUtils.kt
I am using
karibu-testing-v10
1.3.24
The issue seems to be that my grid is using class
com.vaadin.flow.component.grid.GridSorterFilterComponentRenderer
If I look https://github.com/mvysny/karibu-tools/blob/0.14/src/main/kotlin/GridUtils.kt at GridUtils there is handling for class com.vaadin.flow.component.grid.GridSorterComponentRenderer but not com.vaadin.flow.component.grid.GridSorterFilterComponentRenderer
I believe the logic should be the same as gridSorterComponentRendererClass for GridSorterFilterComponentRenderer
The text was updated successfully, but these errors were encountered: