Ondřej Šebela
Results
1
issues of
Ondřej Šebela
Example: ``` import Device from "sap/ui/Device" if(Device.system.tablet) { // TS: Property "system" does not exist on type "Device" ... } ``` TS does not recognize the property `system`. It is...
bug
ts-types-esm