You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I successfully build the example using my very limited knowledge about JS world.
I have a question: is "full rerun" of scripts expected when I do refresh on the page? What I encountered is this:
I start on home
Click 'about' href and get:
I click refresh (or ctrl+R) and get:
So this means that the state is lost no? So all user has to do to get logged out is click ctrl+r by accident even and his session is lost?
As I said: I am VERY new to this so please tell me if maybe I'm doing something wrong (probably)
Steps to reproduce:
Clone repo
Run npm i flamethrower-router
Run npm run dev
Caveat: npm run dev did not actually ever exit. I waited like a 1min but got stuck on:
$ npm run dev
>[email protected] dev
> vite build --watch
vite v3.0.7 building for production...
watching for file changes...
build started...
✓ 4 modules transformed.
dist/main.js 7.48 KiB / gzip: 2.62 KiB
dist/main.umd.cjs 5.77 KiB / gzip: 2.39 KiB
built in 297ms.
copied bundle to example
# I never get the exit(0), so I kill it with ^C
The text was updated successfully, but these errors were encountered:
Hi! I successfully build the example using my very limited knowledge about JS world.
I have a question: is "full rerun" of scripts expected when I do refresh on the page? What I encountered is this:
So this means that the state is lost no? So all user has to do to get logged out is click ctrl+r by accident even and his session is lost?
As I said: I am VERY new to this so please tell me if maybe I'm doing something wrong (probably)
Steps to reproduce:
npm i flamethrower-router
npm run dev
Caveat:
npm run dev
did not actually ever exit. I waited like a 1min but got stuck on:The text was updated successfully, but these errors were encountered: