-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fresh react native install (18.2.0 / 0.74.3) and tfjs 4.20 issue #8344
Comments
Hi, @philippogol I apologize for the delay in my response and if possible could you please give it try with mentioned package dependancies here and see is it resolving your issue or not ? If issue still persists please help us with complete error log and steps with your Github repo to replicate the same behavior from our end to investigate this issue further. Thank you for your cooperation and patience. |
hey @gaikwadrahul8 thanks for the coming back, its actually pretty forward and i think it should an easy fix. here are the steps and code im using for a simple tensorflow loading model (im avoiding expo since it should be possible to use tensorflow without any expo package)
In get the error: "Console Warning Possible unhandled promise rejection (id: 0): TypeError: Cannot read property 'fetch' of undefined" (see attachment). |
Hi @philippogol , Apologies for the delayed response. I am unable to replicate the issue on my system, i'm encountering a different error. The warning message You could use following set of code to check what exactly casuing the error.
Let me know if it helps. Thank You!!! |
This issue has been marked stale because it has no recent activity since 7 days. It will be closed if no further activity occurs. Thank you. |
This issue was closed due to lack of activity after being marked stale for past 7 days. |
@philippogol @gaikwadrahul8 I am having similar issues, as logged in #8429
I cannot downgrade my current environment, so it leads me to believe that there is some incompatibility with new versions of React Native |
I have the same issue with |
I'm encountering a constant error while fresh starting a new project. These are the dependencies:
"dependencies": {
"@react-native-async-storage/async-storage": "^1.24.0",
"@tensorflow/tfjs": "^4.20.0",
"@tensorflow/tfjs-react-native": "^1.0.0",
"react": "18.2.0",
"react-native": "0.74.3"
}
Making a simple addition using or just loading the package library throws the error "Cannot read property 'isTypedArray' of undefined. I tried different things and is not working, has someone experienced something like this or has a solution? Thanks.
The text was updated successfully, but these errors were encountered: