How to conditionally/lazy load a component in Qwik JS?
I am currently trying to develop a qwik app. I have a component, which returns a button, and a calender which should only be shown and rendered when this button is hovered. When I try to just import the component at the top of the file and render it like this:
{showCalender.value && < Calender />}
Qwik throws an error, saying that it couldnt resolve a file:
Failed to resolve import “../../calender_component_sqbjiybb91y.js”