Closed okaybeydanol closed 1 year ago
` WARN Require cycle: node_modules/react-native-wagmi-charts/src/charts/line/ChartPath.tsx -> node_modules/react-native-wagmi-charts/src/charts/line/Path.tsx -> node_modules/react-native-wagmi-charts/src/charts/line/ChartPath.tsx
Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.`
LogBox.ignoreLogs(['Require cycle:']); LogBox.ignoreAllLogs(); these don't work how can I fix that.
` WARN Require cycle: node_modules/react-native-wagmi-charts/src/charts/line/ChartPath.tsx -> node_modules/react-native-wagmi-charts/src/charts/line/Path.tsx -> node_modules/react-native-wagmi-charts/src/charts/line/ChartPath.tsx
Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.`
LogBox.ignoreLogs(['Require cycle:']); LogBox.ignoreAllLogs(); these don't work how can I fix that.