Hi, Really love this component, and I've been using it for a while, but si

Hi,

Really love this component, and I’ve been using it for a while, but since shortly I’m getting the following error when building the chart.

Caused by: java.lang.NullPointerException: Cannot invoke "com.vaadin.flow.server.VaadinService.getDeploymentConfiguration()" because the return value of "com.vaadin.flow.server.VaadinService.getCurrent()" is null
	at com.vaadin.flow.component.polymertemplate.PolymerTemplate.<init>(PolymerTemplate.java:106)
	at com.github.appreciated.apexcharts.ApexCharts.<init>(ApexCharts.java:28)
	at com.github.appreciated.apexcharts.ApexChartsBuilder.build(ApexChartsBuilder.java:199)

Any idea what’s happening?

Kristof.