Skip to content

Commit

Permalink
Fix readme link
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Oct 23, 2023
1 parent 71eea6c commit 450ecd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/day8/re_frame_10x/preload/react_17.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
react-major-version
"is loaded. This causes deprecation warnings."
(when (= "18" react-major-version)
"To fix this, try declaring `day8.re-frame-10x.preload.react-18` in your shadow-cljs.edn (instead of `day8.re-frame-10x.preload`). See https://github.com/day8/re-frame-10x/README.md#compatibility-matrix"))))
"To fix this, try declaring `day8.re-frame-10x.preload.react-18` in your shadow-cljs.edn (instead of `day8.re-frame-10x.preload`). See https://github.com/day8/re-frame-10x/#compatibility-matrix"))))

(re-frame-10x/patch!)

Expand Down

0 comments on commit 450ecd0

Please sign in to comment.