Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/guides/quick-start.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ Modify your `deps.edn` file:
[source,clojure]
----
{:deps {org.clojure/clojurescript {:mvn/version "1.11.54"}
cljsjs/react-dom {:mvn/version "16.2.0-3"}}}
cljsjs/react-dom {:mvn/version "18.3.1-1"}}}
----

Let's edit our simple program to look like the following so that React
Expand Down