Skip to content

Instantly share code, notes, and snippets.

@gs
Created June 19, 2020 18:39
Show Gist options
  • Save gs/9768ee04c08cd46d359d98eecf92c485 to your computer and use it in GitHub Desktop.
Save gs/9768ee04c08cd46d359d98eecf92c485 to your computer and use it in GitHub Desktop.
[Figwheel:WARNING] Compile Warning src/cljs/timerack/core.cljs line:18 column:3
reagent.core/render is deprecated
13 (rfe/start!
14 (rf/router routes {:data {:coercion rss/coercion}})
15 (fn [m] (reset! state/route m))
16 ;; set to false to enable HistoryAPI
17 {:use-fragment true})
18 (r/render [root] (. js/document (getElementById "app"))))
^---
19
20 (init!)
21
22 ;; optionally touch your app-state to force rerendering depending on
23 ;; your application
[Figwheel] Successfully compiled build dev to "target/public/cljs-out/dev-main.js" in 5.291 seconds.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment