Skip to content

Commit 69c713d

Browse files
committed
Further clarify some of the component quirks
1 parent d770734 commit 69c713d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Using npm:
2424
npm install react-checkbox-tree --save
2525
```
2626

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.
2828
2929
> **Note** – Although **React 18** should work, our unit tests run against React 17 due to incompatibility with the unit testing tool (Enzyme).
3030
@@ -75,7 +75,7 @@ function Widget() {
7575
}
7676
```
7777

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.
7979
8080
#### Changing the Default Icons
8181

0 commit comments

Comments
 (0)