Hello !
I was trying to mount qwik into a non qwik application as a container (will attach below)
This gets me so far that I have the container rendered & it appears that it has access to the loader and everything else (see image)
Unfortunately, when I try resuming the container it gives me the the error out of bounds inflate access. This happens becuase $refMap$ is empty, but what exactly populates it?
Something I am missing, maybe an event or similar.