3.0.0 doesn't seem to be compatible with Vaadin 24:```Cau

3.0.0 doesn't seem to be compatible with Vaadin 24:

Caused by: java.lang.NoSuchMethodError: 'void com.vaadin.flow.component.button.Button.addThemeVariants(com.vaadin.flow.component.button.ButtonVariant[])'
	at org.vaadin.tabs.PagedTabs.add(PagedTabs.java:47)


I'm trying to understand why the button doesn't have the method, and what is the difference between the Vaadin 14 button and the Vaadin 24.

Correct. The latest version, at the time of writing this, is compatible with Vaadin 14.

Hi! I made a fork which compatible with Vaadin 24.4. It's work for me. Take a look and see if it might be useful for you.

https://github.com/gl0b3/paged-tabs

Update: thanks to Alejandro the version 4.0.0 is now Vaadin 24.4 compatible.