<p>Unfortunately this does not seem to work anymore after updating to Vaadi

Unfortunately this does not seem to work anymore after updating to Vaadin 24.4.1. When clicking the filter icon in the column header, the filter popup does not appear anymore. The browser console shows that the xhr request is performed, but nothing happens. I traced the issue up to com.vaadin.componentfactory.Popup.show(), where the corresponding

this.getElement().callJsFunction("show", new Serializable[0]
) 

does not trigger any action on the client. Are there any plans for updating this otherwise great component?