-
Notifications
You must be signed in to change notification settings - Fork 416
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,11 +46,12 @@ npm i react [email protected] [email protected] | |
or by adding [Cljsjs](http://cljsjs.github.io/) React packages to your project: | ||
|
||
``` | ||
[cljsjs/react "17.0.2-0"] | ||
[cljsjs/react-dom "17.0.2-0"] | ||
[cljsjs/react "13.3.1-1"] | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong. |
||
[cljsjs/react-dom "18.3.1-1"] | ||
``` | ||
|
||
Note: Reagent is tested against React 17, but should be compatible with other | ||
Note: Reagent is tested against React 18, using the compatibility mode (i.e., | ||
not using `createRoot` / concurrent mode), but should be compatible with other | ||
versions. It is not compatible with React 19 | ||
|
||
## Examples | ||
|
Hi,
Great to see a reagent update again, thanks!
Is there a typo here? It looks like it should be
18.3.1-1
.