reitit icon indicating copy to clipboard operation
reitit copied to clipboard

ring handler not working in clojurescript

Open christoffer-ludvigsen opened this issue 2 years ago • 0 comments

When trying to use the ring-handler from reitit.ring in clojurescript i get this error method.call is not a function

I am not certain but it seems like it's because of methode shadowing a cljs.core function as described here: https://github.com/yogthos/clojure-error-message-catalog/blob/master/cljs/uncaught-typeError-name.call-is-not-a-function.md

christoffer-ludvigsen avatar Jan 20 '23 06:01 christoffer-ludvigsen