Getting many "Require cycles are allowed but..." errors when running Expo project on web on V1 #2514
Open
2 of 6 tasks
Labels
bug
Something isn't working
Description
Getting: Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle after installing v1
CodeSandbox/Snack link
https://github.com/Misal-Ambasta/demo-gluestack-v1
Steps to reproduce
On Expo web it happens
1st method
w
to open in web2nd method to reproduce
a.
npm create gluestack@1
b. select: Expo app (Expo Router v3)
c. Enter project name
d. Inside the project run: npm run web
e. press
w
to open in webf. See console output with warnings
gluestack-ui Version
latest
Platform
Other Platform
No response
Additional Information
I just followed the setup of v1(as it is stable version and v2 is in beta) from this url: https://v1.gluestack.io/ui/docs/guides/guides/install-rn#step-1-installation-and-initial-setup
then installed using
npm create gluestack@1
After installation I started getting the below error. Even on installing manually, getting the same error as mentioned below.
The text was updated successfully, but these errors were encountered: