eclipsesource / eclipsesource/tabris-js
WidgetCollection typings do not include undefined as possible return value
Open
TypeScript/JSX
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 171
- PR merge metrics
- No merged PRs in 30d
Description
When WidgetCollection (possibly other APIs) is used with TypeScript compiler option "strictNullChecks", they do not account for the possibility that the return value may be undefined. That may cause runtime errors that should not be possible.
Contributor guide
Assessment
This issue has not been assessed yet.