You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -435,8 +435,8 @@ Rather than applying props on the element yourself and to avoid your props being
435
435
* onTouchEnd: event handler
436
436
* onDoubleClick: event handler
437
437
* onContextMenu: event handler
438
-
* style: inline object
439
-
438
+
* style: inline object
439
+
440
440
441
441
\*\*_the given styles will only override the styles that are not a requirement for positioning the item. Other styles like `color`, `radius` and others_
442
442
@@ -1263,7 +1263,7 @@ $ yarn start
1263
1263
1264
1264
Check http://0.0.0.0:8888/ in your browser and have fun!
1265
1265
1266
-
Please run `npm run lint` before you send a pull request. `npm run jest` runs the tests.
1266
+
Please run `npm run lint` before you send a pull request. `npm run test` runs the jest tests.
0 commit comments