Vite documentation
a1dutch opened this issue · 2 comments
Describe the bug
Hi,
I wanted to use the initialIsOpen='error'
as per the docs but was getting a typescript error saying only boolean's are allowed.
I figured out this was added after the last release and that the documentation was displaying information for the main
branch and not 0.6.2
. It doesn't say anywhere in the documentation it's pointing at main
and includes unreleased features.
I'd love a release to use this new feature, and also a mention in the docs that its pointing at the main branch.
Reproduction
go to https://vite-plugin-checker.netlify.app/configuration/config.html and look at initialIsOpen
, this shows the latest feature from main which is not release yet.
Expected behavior
documentation should be correct for the latest released version
System Info
n/a
Additional context
No response
Validations
- Read the docs.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.