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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Using npm:
24
24
npm install react-checkbox-tree --save
25
25
```
26
26
27
-
> **Note**–This library makes use of [Font Awesome](http://fontawesome.io/) styles and expects them to be loaded in the browser.
27
+
> **Note**–By default, this library makes use of [Font Awesome](http://fontawesome.io/) styles and expects them to be loaded in the browser.
28
28
29
29
> **Note**– Although **React 18** should work, our unit tests run against React 17 due to incompatibility with the unit testing tool (Enzyme).
30
30
@@ -75,7 +75,7 @@ function Widget() {
75
75
}
76
76
```
77
77
78
-
All node objects **must** have a unique `value`. This value is serialized into the `checked` and `expanded`arrays and is also used for performance optimizations.
78
+
> **Note**–All node objects **must** have a unique `value`. This component serializes the values into the `checked` and `expanded`array for performance optimizations.
0 commit comments