Changes since 25.2.2
Vite downgraded to 8.0
Flow 25.2.3 reverts the bundled Vite version from 8.1 back to 8.0. The 8.1 update introduced a change in how the underlying bundler processes TypeScript sources shipped by add-ons, which caused some components provided through add-ons (for example those using Lit decorators) to fail to load in the browser. Downgrading to Vite 8.0 restores the previous, working behavior while a complete fix is prepared for an upcoming release. No changes are required in your application. You can follow the progress in #24982
Fixes
-
Downgrade Vite to 8.0 (25.2)
Commit · Pull requestPrevents issues with Vite and Typescript decorators. Related to #24982