We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TypeError: Cannot read property 'annotations' of null
N/A
Exception occurs
git log -1
docker version
TypeError: Cannot read property 'annotations' of null at Lo.beforeUnloadCallback (https://cvat.org/cvat-ui.min.js:72:1177773)
You may join our Gitter channel for community support.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
beforeUnloadCallback is called and tries to read property annotations of jobInstance that is null. It will be resolved with #1705.
beforeUnloadCallback
annotations
jobInstance
null
Sorry, something went wrong.
bsekachev
Successfully merging a pull request may close this issue.
My actions before raising this issue
TypeError: Cannot read property 'annotations' of null
Expected Behaviour
N/A
Current Behaviour
Exception occurs
Possible Solution
Steps to Reproduce (for bugs)
N/A
Context
Your Environment
git log -1
): 35badccdocker version
: Docker version 19.03.8, build afacb8b7f0JS stack trace:
Next steps
You may join our Gitter channel for community support.
The text was updated successfully, but these errors were encountered: