Describe the bug
Website docs are serving documentation from 0.4.12 still. The getting started guide advises users to use visibility: passive, which was removed in PR #531 and changed to embeddedVisibility: //.... The docs in the repo are up to date and corrected with the breaking change, but it looks like the website needs to be regenerated.
While the tool remains experimental, the Getting Started guide is often a first entry point for those exploring the tool and should reflect current information as best as possible.
export default defineConfig({ plugins: [ DevTools({ visibility: 'passive', }), ], })
Reproduction
Clear Browser Cache, navigate to https://devtools.vite.dev/guide/, observe discrepancy.
System Info
Used Package Manager
n/a
Validations
Describe the bug
Website docs are serving documentation from 0.4.12 still. The getting started guide advises users to use
visibility: passive, which was removed in PR #531 and changed toembeddedVisibility: //.... The docs in the repo are up to date and corrected with the breaking change, but it looks like the website needs to be regenerated.While the tool remains experimental, the Getting Started guide is often a first entry point for those exploring the tool and should reflect current information as best as possible.
export default defineConfig({ plugins: [ DevTools({ visibility: 'passive', }), ], })Reproduction
Clear Browser Cache, navigate to https://devtools.vite.dev/guide/, observe discrepancy.
System Info
Used Package Manager
n/a
Validations