Commit c31b26a 1 parent d76fc54 commit c31b26a Copy full SHA for c31b26a
File tree 1 file changed +1
-3
lines changed
packages/spectacle/src/components
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ const Ul = ({
55
55
type = 'unordered' ,
56
56
animate = false ,
57
57
listProps
58
- } : ( typeof UnorderedList | typeof OrderedList ) & {
58
+ } : {
59
59
items : ReactNode [ ] ;
60
60
type ?: 'unordered' | 'ordered' ;
61
61
animate ?: boolean ;
@@ -105,7 +105,6 @@ const List = ({
105
105
{ title }
106
106
</ Heading >
107
107
) : null }
108
- { /* @ts -ignore TODO: Resolve this in follow-up */ }
109
108
< Ul
110
109
items = { items }
111
110
animate = { animateListItems }
@@ -448,7 +447,6 @@ const VerticalImage = ({
448
447
height = { '100%' }
449
448
>
450
449
< FlexBox justifyContent = "start" >
451
- { /* @ts -ignore TODO: Resolve this in follow-up */ }
452
450
< Ul
453
451
items = { listItems }
454
452
animate = { animateListItems }
You can’t perform that action at this time.
0 commit comments