Aaron Silverman
Aaron Silverman
Got the same problem upgrading `@types/react` from 17 to 18. Solved by deleting my node modules directory and lockfile and reinstalling. ```bash rm -rf node_modules rm yarn.lock yarn install ```
I spent a great deal of time banging my head against the wall until I found this issue as I didn't suspect this component. Even though there is a workaround...
I am still seeing this with 0.1.6
I had a recursive function that recursed 1000+ times and it threw out of memory error. I know you know it sa limitation (its basically the example you give in...