Closed Rayne182 closed 1 year ago
@Rayne182 There is a known crash due to an incorrect version of d3-array in the project.
Add this to your package.json file, run yarn install
and let me know if it resolves the issue.
"resolutions": {
"d3-array": "3.1.6",
}
This solved it for me, thank you so much!
I am using Expo v48.0.7 and wagmi-charts v2.3.0 and I am trying to implement the following:
And the error I get: "Uncaught error - undefined is not a function. linearScalePositionAndIndex (..\line\Cursor.tsx)"