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
npm create iles@next
cd iles-app
npm install
npm run dev
Workaround
npm create iles@next
cd iles-app
npm install -D --save-exact vite@3.0.9
npm install
npm run dev
Logs
Uncaught (in promise) Error: Page data not properly injected in app. Are you using it inside an island?
at injectFromApp (pageData.js?v=de034eb9:12:15)
at usePage (pageData.js?v=de034eb9:42:12)
at Module.installDevtools (devtools.js:68:22)
at @iles-entry:80:18
Screenshots 📷
Browser console:
The text was updated successfully, but these errors were encountered:
iles
andvite
.Description 📖
Vite v3.1.0 breaks the iles starter
Reproduction 🐞
Workaround
Logs
Screenshots 📷
Browser console:
The text was updated successfully, but these errors were encountered: