coinjar / react-native-wagmi-charts

A sweet & simple chart library for React Native that will make us feel like We're All Gonna Make It.
MIT License
588 stars 116 forks source link

WARN Require cycle: #92

Closed okaybeydanol closed 1 year ago

okaybeydanol commented 2 years ago

CleanShot 2022-05-20 at 09 55 34

` 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.