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
{{ message }}
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
Users are foreced to put "@pika/react" in their dependencies. Although this is reasonable for app development, it is not suitable for library development.
vitejs/vite#838 will fix this for most cases. As long as locally developed packages don't have @pika/react installed, that PR will fall back to the app's node_modules.
Users are foreced to put "@pika/react" in their dependencies. Although this is reasonable for app development, it is not suitable for library development.
If user put @pika/react in
devDependencies
, the optimize step will bundle react into optimized bundle, which leads to duplicate react error in dev. Reproduce: https://github.com/csr632/test-vite/tree/pika-react-dev-depThe text was updated successfully, but these errors were encountered: