I receive this error in the javascript console (picture attached). ```clj (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.