We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I receive this error in the javascript console (picture attached).
(defroute "/details/:id" {:as params} (render-details-page (:id params)))
This error happens even if I just take out the (:id params) part and just render a random component.
(:id params)