day8 / re-frame

A ClojureScript framework for building user interfaces, leveraging React
http://day8.github.io/re-frame/
MIT License
5.42k stars 715 forks source link

[Bug]: Bump Reagent version up possible? #794

Closed darren-mk closed 11 months ago

darren-mk commented 11 months ago

What happened?

Can we bump reagent version? 1.0.0 seems to have an issue as indicated in https://github.com/reagent-project/reagent-frontend-template/issues/12

When I release my build I get the same warning message.

Version

1.3.0

What runtimes are you seeing the problem on?

Google Chrome

Relevant console output

------ WARNING #1 -  -----------------------------------------------------------
 File: ~/.m2/repository/reagent/reagent/1.0.0/reagent-1.0.0.jar!/reagent/core.cljs:370
--------------------------------------------------------------------------------
 367 |                                 tmpl/default-compiler*
 368 |                                 compiler)))
 369 | 
 370 | (defn render
--------------------------------------------------------------------------------
 unreachable code
--------------------------------------------------------------------------------
 371 |   {:deprecated "0.10.0"}
 372 |   [& _]
 373 |   (throw (js/Error. "Reagent.core/render function was moved to reagent.dom namespace in Reagent v1.0."))
 374 |   nil)
--------------------------------------------------------------------------------
nil