Hey Guys. I have a problem with loading the Calendar. I have downloaded

Hey Guys. I have a problem with loading the Calendar. I have downloaded the maven dependency for this addon and did the initialization code in my view. However the Calendar is not displaying only a white vertical line like in the picture. I have read about the whitelisting the package, but I am not sure If I did this right.

vaadin.whitelisted-packages = com.vaadin,org.vaadin,dev.hilla,com.example.application, org.vaadin.stefan.fullcalendar2, org.vaadin.onur.calendar-component

Sorry if it is stupid question, but I am new to programming and this would be really helpful. Thanks a lot.

Looks like some false layouting to me. The calendar seems to be set to minimal width by its parent container. Please check, that the containing layout is going on full width and/or has its children set to alignment stretch.

Thanks, it was that problem :D It is solved now, thank you