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
As described in #2192 (comment) the handling of undefined response from sap/ui/VersionInfo.load should be fixed.
undefined
sap/ui/VersionInfo.load
| undefined
tsc --noEmit
{describe the problem}
{describe the fix}
{Some explanation why this issue might have been missed during normal development/testing cycle}
{if we don’t want to see this type of issues anymore what we should do to prevent}
The text was updated successfully, but these errors were encountered:
Fixed in #2208
Sorry, something went wrong.
heimwege
No branches or pull requests
Description
As described in #2192 (comment) the handling of
undefined
response fromsap/ui/VersionInfo.load
should be fixed.| undefined
at the end of SingleVersionInfo typetsc --noEmit
Root Cause Analysis
Problem
{describe the problem}
Fix
{describe the fix}
Why was it missed
{Some explanation why this issue might have been missed during normal development/testing cycle}
How can we avoid this
{if we don’t want to see this type of issues anymore what we should do to prevent}
The text was updated successfully, but these errors were encountered: