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
OR yarn create/npm init @vitejs/app using preact template, then upgrade dependencies
Install dependencies with npm install or yarn install
Start app using npm run dev or yarn dev
Open the app in a browser
Expected result: the page opens and doesn't refresh without a subsequent change
Actual result: the page starts refreshing repeatedly, and the following is logged to the console each time:
Describe the bug
As of
vite@2.0.0-beta.52
,@prefresh/vite
causes an inifinite refresh when opened in the browser. This seems to be caused by b2110af.Reproduction
yarn create
/npm init @vitejs/app
usingpreact
template, then upgrade dependenciesnpm install
oryarn install
npm run dev
oryarn dev
Expected result: the page opens and doesn't refresh without a subsequent change
Actual result: the page starts refreshing repeatedly, and the following is logged to the console each time:
System Info
vite
version: 2.0.0-beta.52Logs (Optional if provided reproduction)
vite
orvite build
with the--debug
flag.$ vite
$ vite --debug
The text was updated successfully, but these errors were encountered: