[bug] The debug build does not work (npm run dev
), files are loaded, but the screen does not render (vite)
#11160
Labels
status: upstream
This issue is blocked by upstream dependencies and we need to wait or contribute upstream fixes
type: bug
Describe the bug
When I run
npm run dev
, all files are loaded, e.g. CSS, .tsx files, so I get my background color. However, no html elements are rendered at all:main.tsx
isn't run?. This same identical setup used to work 3 days ago. I received a Webview2 update from Windows yesterday and then it stopped working I think. There are no errors in the web console. Interestingly, release builds work just fine. The repo is here: https://github.com/UnofficialCrusaderPatch/UCP3-GUIReproduction
UPDATE: Use a global scope
await import()
in your code (for importing development functionality).Expected behavior
No response
Full
tauri info
outputStack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: