Commit f4bfe59
committed
Fix JSX children declaration breaking ItemPicker
The way TypeScript (at least the newest version) does excess property
checks prevents some object literals to be used as JSX element content.
This can, at the very least, break the ItemPicker widget in the
tabris-decorators repo.
Change-Id: Iaf33f4364fb2bd3e3918297c215370a41e3ce5581 parent c326373 commit f4bfe59
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments