Skip to content

Commit 384d4af

Browse files
committed
Update reference example
No issues with React 18 detected thus far. Future tasks exists to migrate to RTL from Enzyme.
1 parent 69c713d commit 384d4af

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ assignees: ''
1111
Please include a clear and concise description of what the bug is.
1212

1313
**Reproduction steps**
14-
Please include the necessary steps to reproduce the issue as well as a live example that showcases it. You can modify this [CodeSandbox reference point](https://codesandbox.io/s/oj5wnyr7w9) to create a working example.
14+
Please include the necessary steps to reproduce the issue as well as a live example that showcases it. You can modify this [CodeSandbox reference point](https://codesandbox.io/s/checkboxtree-example-3e4o2l) to create a working example.
1515

1616
**Expected behavior**
1717
Please include a clear and concise description of what you expected to happen.

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ npm install react-checkbox-tree --save
2626

2727
> **Note** – By default, this library makes use of [Font Awesome](http://fontawesome.io/) styles and expects them to be loaded in the browser.
2828
29-
> **Note** – Although **React 18** should work, our unit tests run against React 17 due to incompatibility with the unit testing tool (Enzyme).
30-
3129
### Include CSS
3230

3331
For your convenience, the library's styles can be consumed utilizing one of the following files:

0 commit comments

Comments
 (0)