File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -200,10 +200,13 @@ const CheckUseReducedMotion = () => {
200200</ Flex > ;
201201< Heading /> ;
202202< Icon accessibilityLabel = "icon" /> ;
203- < IconButton accessibilityLabel = "icon" tooltip = { {
204- text : "foo" ,
205- idealDirection : "down"
206- } } /> ;
203+ < IconButton
204+ accessibilityLabel = "icon"
205+ tooltip = { {
206+ text : 'foo' ,
207+ idealDirection : 'down' ,
208+ } }
209+ /> ;
207210< Image alt = "image" color = "#ffff" naturalHeight = { 1 } naturalWidth = { 1 } src = "http" /> ;
208211< Label htmlFor = "id" /> ;
209212< Layer >
@@ -229,7 +232,7 @@ const CheckUseReducedMotion = () => {
229232 expandedIndex = { 1 }
230233 onExpandedChange = { index => { } }
231234> </ Module . Expandable > ;
232- < NumberField id = "number" onChange = { ( { value } ) => value } step = { 1 } /> ;
235+ < NumberField id = "number" onChange = { ( { value } ) => value } step = { 1 } /> ;
233236< OnLinkNavigationProvider
234237 onNavigation = { ( ) => {
235238 return undefined ;
You can’t perform that action at this time.
0 commit comments