Router.push() in boot file gives error on HMR #17695
Unanswered
CrawfordW
asked this question in
General - Components / Directives / etc
Replies: 2 comments
-
Note: I recently switched from webpack to vite. I don't recall seeing this error with webpack. |
Beta Was this translation helpful? Give feedback.
0 replies
-
More info: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a firebaseBoot file which detects auth changes and if the user is logged in, opens the app by pushing the main layout page to the router. This works fine normally, but on hot reloads after changing any file, it registers an error on the Router.push() line. Still works despite the error.
Beta Was this translation helpful? Give feedback.
All reactions