Reactjs – Vite can't resolve export {default as component}
I have such a problem. I installed a plugin that adds a react component to vs code and does default things like import react, etc. so this plugin generates a folder with a component and an index.js in which the…