-
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
Im facing the same issue with tfjs-core 3.18.0 when using it with reactjs. None of the above response have resolved the issue. #6506
Comments
These are the working examples https://github.com/tensorflow/tfjs-examples/tree/master/react-native/image-classification for react native , can you try running them ? Thank you |
Thanks for the reply. The issue im facing is not exactly related to reactjs framework. I have issue with weakmap used in tfjs and tfjs-core. They are inaccessible, in that, even using browser console i can dump the content of weakmap |
is it possible to share reproducible code either codepen or git repo ? Thank you |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you. |
Closing as stale. Please @mention us if this needs more attention. |
i found vue3 is not incompatible and will cause the same problem. the error seems to be caused by the fact that Vue3 wrapped my model attribute in a Proxy object |
Im facing the same issue with "@tensorflow/tfjs-core": "^3.18.0" when using it with reactjs. None of the above response have resolved the issue.
Originally posted by @pistolla in #4296 (comment)
The text was updated successfully, but these errors were encountered: