The following bugs wit 'major' priority are reported in sonar cloud:
Promise returned in function argument where a void return was expected. Promises should not be misused typescript:S6544packages/.../src/components/UITable/UITable-helper.tsxlink to issue
Promise-returning function provided to property where a void return was expected. Promises should not be misused typescript:S6544packages/ui5-proxy-middleware/src/ui5/middleware.tslink to issue
It looks like the sonar bugs still exist. Needs further investigation.
Another issue to investigate is that SonarCloud bot comment in the PR doesn't seem to report the bugs. The comment had '0 bugs' reported.
Description
The following bugs wit 'major' priority are reported in sonar cloud:
Promise returned in function argument where a void return was expected. Promises should not be misused typescript:S6544
packages/.../src/components/UITable/UITable-helper.tsx
link to issuePromise-returning function provided to property where a void return was expected. Promises should not be misused typescript:S6544
packages/ui5-proxy-middleware/src/ui5/middleware.ts
link to issue