Skip to content

Commit a3ec963

Browse files
patricePatrice
and
Patrice
authored
The * binary in .gitattributes makes it so all files are checked out as binary so git no longer shows proper diffs (since it doesn't show diffs for binary files). I think this was intended for .gitignore (not sure that's the right format though). Fixed minor issue in README.md for how to access selected rows. (jbetancur#817)
Co-authored-by: Patrice <[email protected]>
1 parent 61b1d3f commit a3ec963

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.gitattributes

-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
# Set the default behavior, in case people don't have core.autocrlf set.
22
* text=lf
3-
4-
# Ignore any binary files
5-
* binary

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ class MyComponent extends Component {
460460
data={data}
461461
selectableRows // add for checkbox selection
462462
Clicked
463-
Selected={handleChange}
463+
onSelectedRowsChange={handleChange}
464464
/>
465465
)
466466
}

0 commit comments

Comments
 (0)