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
The React docs are missing information if one follows them exactly. It looks like there is a standard "install like this" that suggests you should create a vanilla JS vite project but then gives a vite.config.js config that includes plugin-react, which obviously doesn't get installed. My guess is that each sub-type should have their own install instructions rather than just using vanilla JS.
Reproduction
Try and install by following the React instructions exactly.
Build tool
Vite
Where do you see the problem?
Describe the bug
The React docs are missing information if one follows them exactly. It looks like there is a standard "install like this" that suggests you should create a vanilla JS vite project but then gives a vite.config.js config that includes
plugin-react
, which obviously doesn't get installed. My guess is that each sub-type should have their own install instructions rather than just using vanilla JS.Reproduction
Try and install by following the React instructions exactly.
Notice the missing lib
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: