Commit ff48795
authored
Doesn’t throw an error when built here, but if ui5wcr is consumed with
`skipLibCheck: false`, it throws:
```sh
error TS2339: Property 'expanded' does not exist on type 'ButtonAccessibilityAttributes | undefined'.
104 expanded?: ButtonPropTypes['accessibilityAttributes']['expanded'] | undefined;
~~~~~~~~~~
Found 1 error in node_modules/@ui5/webcomponents-react/dist/components/ObjectPage/types/index.d.ts:104
```
1 parent 7c0bd57 commit ff48795
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
0 commit comments