What happened?
After reinstall, @rc resolved to 1.0.0-rc.5 and our web app stopped loading under Vite.
Failed to resolve import "../../core/index.js" from "../node_modules/uniwind/dist/module/components/web/rnw.js"
In our rc.5 install:
dist/module/components/web/index.js exists
dist/module/components/web/rnw.js exists
dist/module/core/index.js does not exist
dist/module/core/listener.js does not exist
dist/module/hooks/index.js does not exist
dist/module/index.js does not exist in the original broken install we first saw after reinstall
Because of that, Vite fails during module analysis / browser import resolution.
What worked
Pinning back to uniwind-pro@1.0.0-rc.4 fixed the issue for us immediately.
Steps to Reproduce
install latest uniwind
Snack or Repository Link (Optional)
No response
Uniwind version
1.0.0-rc.5
React Native Version
...
Platforms
Web
Expo
None
Additional information
What happened?
After reinstall, @rc resolved to 1.0.0-rc.5 and our web app stopped loading under Vite.
Failed to resolve import "../../core/index.js" from "../node_modules/uniwind/dist/module/components/web/rnw.js"
In our rc.5 install:
dist/module/components/web/index.js exists
dist/module/components/web/rnw.js exists
dist/module/core/index.js does not exist
dist/module/core/listener.js does not exist
dist/module/hooks/index.js does not exist
dist/module/index.js does not exist in the original broken install we first saw after reinstall
Because of that, Vite fails during module analysis / browser import resolution.
What worked
Pinning back to uniwind-pro@1.0.0-rc.4 fixed the issue for us immediately.
Steps to Reproduce
install latest uniwind
Snack or Repository Link (Optional)
No response
Uniwind version
1.0.0-rc.5
React Native Version
...
Platforms
Web
Expo
None
Additional information