-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
[BUG] Cannot read properties of undefined (reading 'getFile') #120
Comments
This seems like it would be fixed by #114 |
@jonkoops the same fix is in #107, though, it would reject there. Alternatively, as suggested in some of the comments there, in case the handle is undefined, we can continue to the Following up on that conversation, the type is file at that point, so I'm also wondering why it is undefined. |
Indeed, it is hard to imagine a circumstance where it would be. |
I would imagine maybe a browser bug, since the API is still marked as experimental. I give a +1 on fallbacking to |
🎉 This issue has been resolved in version 2.1.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 3.0.0-beta.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 2.1.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Describe the bug
To be honest, i am not quite sure how this has happened. Sentry captured this, and we're left wondering how this is possible. Any help would be much appreciated.
Expected behavior
This should not throw.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Let me know if there's anything i can do to help investigate this further.
The text was updated successfully, but these errors were encountered: