Hot module reloading stops working when I use an exported route loader from the page in a component like below:
const data = useHomePageData();
if (!data.value) return null;
And it starts working when I remove the loader. Any clues as to why? This is happening with the v1.4.5.
"@builder.io/qwik": "^1.4.5",
"@builder.io/qwik-city": "^1.4.5",