Andrew Aarestad

Results 5 comments of Andrew Aarestad

I'm still seeing the MetaMask RPC Error: missing value for required argument 1, and I'm not using the `chainId` prop: ``` ```

cc @Aaron-Bird - can you let me know if the licensing is intentional?

I was able to get past all of the import errors by using `craco` per @qunaxis's suggestion here: https://github.com/react-financial/react-financial-charts/issues/606#issuecomment-1126779995 However I still get the Typescript error for the Chart children....

I put the code for my create-react-app hello world project here in case anyone is interested: https://github.com/andrewaarestad/finance-charts-test GitHubGitHub - andrewaarestad/finance-charts-test: Test app for react-finance-chartsTest app for react-finance-charts. Contribute to andrewaarestad/finance-charts-test...

I was getting this error on macos when running Python 3.8.6 (pyenv). Installing a new python version with pyenv (3.10.4) appears to have fixed things as I'm able to run...