valaxy 0.19.5 → 0.19.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -63,7 +63,6 @@ function handleHMR(router: Router): void {
63
63
  if (import.meta.hot) {
64
64
  import.meta.hot.on('valaxy:pageData', (payload: PageDataPayload) => {
65
65
  if (shouldHotReload(payload)) {
66
- // @ts-expect-error $pageData
67
66
  window.$pageData = payload.pageData
68
67
 
69
68
  // console.log(payload.pageData.headers)