Vaibhav Kumar Singh

Results 14 comments of Vaibhav Kumar Singh

> Unfortunately the backtrace is useesa. What should I do? I have no clue how to help you. Please help me.

No, I think excessive re-renders are causing the issue. But I have no clue how to decrease them

This issue is still not fixed. I have no clue what's causing this

Is there any update on this thing

Thanks for you help! I did apply the logic and yes i got it working flawlessly. Anyone who want to check solution can look at this file [https://github.com/Vaib215/rnchess/blob/main/hooks/use-chess.tsx](https://github.com/Vaib215/rnchess/blob/main/hooks/use-chess.tsx)

> Do you recall what the user is doing that would cause this error to appear? No, this happens automatically in a meeting

`package.json` ```javascript { "name": "thefutureuniversity", "version": "0.0.1", "private": true, "scripts": { "cc": "rimraf node_modules/.cache/babel-loader/*,", "android": "react-native run-android", "ios": "react-native run-ios", "lint": "eslint .", "start": "react-native start", "test": "jest", "postinstall": "patch-package"...