Closed ulsa closed 9 years ago
Ah thanks for noticing, there was an extraneous (session/put! :page :home)
call in the init!
function in the ClojureScript namespace. I've removed it and pushed out a new version with the fix.
Removed that line from init!
and it works. Also tested the new template, works fine. Thanks!
great to hear
Tried this on Chrome, Firefox and Safari.
Created a new project from template 2.9.8:
About
link in menu, and correctly ended up onAbout
page.http://localhost:3000/#/about
. Now the problems start.Home
page, notAbout
page.About
in menu does nothing.Created a new Reagent project using
lein new reagent
, and added basic Bootstrap navbar support. It didn't have this problem.