Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require cycle warning #122

Open
amiralibg opened this issue Nov 14, 2022 · 1 comment
Open

Require cycle warning #122

amiralibg opened this issue Nov 14, 2022 · 1 comment

Comments

@amiralibg
Copy link

i have this require cycle error nothing major but its better to be fix.
and thanks for all the great work on this DatePicker ✌️

Screenshot 2022-11-14 at 8 46 48 AM

 WARN  Require cycle: node_modules/react-native-modern-datepicker/src/datePicker/DatePicker.js -> node_modules/react-native-modern-datepicker/src/datePicker/components/index.js -> node_modules/react-native-modern-datepicker/src/datePicker/components/Header.js -> node_modules/react-native-modern-datepicker/src/datePicker/DatePicker.js

Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
 WARN  Require cycle: node_modules/react-native-modern-datepicker/src/datePicker/DatePicker.js -> node_modules/react-native-modern-datepicker/src/datePicker/components/index.js -> node_modules/react-native-modern-datepicker/src/datePicker/components/Days.js -> node_modules/react-native-modern-datepicker/src/datePicker/DatePicker.js

Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
 WARN  Require cycle: node_modules/react-native-modern-datepicker/src/datePicker/DatePicker.js -> node_modules/react-native-modern-datepicker/src/datePicker/components/index.js -> node_modules/react-native-modern-datepicker/src/datePicker/components/SelectMonth.js -> node_modules/react-native-modern-datepicker/src/datePicker/DatePicker.js

Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
 WARN  Require cycle: node_modules/react-native-modern-datepicker/src/datePicker/components/index.js -> node_modules/react-native-modern-datepicker/src/datePicker/components/Calendar.js -> node_modules/react-native-modern-datepicker/src/datePicker/components/index.js

Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
 WARN  Require cycle: node_modules/react-native-modern-datepicker/src/datePicker/DatePicker.js -> node_modules/react-native-modern-datepicker/src/datePicker/components/index.js -> node_modules/react-native-modern-datepicker/src/datePicker/components/Calendar.js -> node_modules/react-native-modern-datepicker/src/datePicker/DatePicker.js

Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
 WARN  Require cycle: node_modules/react-native-modern-datepicker/src/datePicker/DatePicker.js -> node_modules/react-native-modern-datepicker/src/datePicker/components/index.js -> node_modules/react-native-modern-datepicker/src/datePicker/components/SelectTime.js -> node_modules/react-native-modern-datepicker/src/datePicker/DatePicker.js
@NICKLOUBSER
Copy link

have this been solved yet @amiralibg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants