Fork me on GitHub
#specter
<
2018-07-11
>
funkrider21:07:22

hi - as a cljs noob I want to try out specter at the repl. I am using (require '[com.rpl.specter :as sp]) and then if i try to invoke a test using: (sp/select [sp/ALL] [1 2]) i get a big nasty error about No protocol method ImplicitNav.implicit-nav defined for type com.rpl.specter/t_com$specter79300: [object Object]]

funkrider21:07:31

Any help would be most appreciated

nathanmarz21:07:13

try doing it from a checkout of specter from github

nathanmarz21:07:32

run ./scripts/cljs-repl.sh

pepe07:07:52

I did not know about this. It is cool.

funkrider21:07:26

oh ok ill give it a go. Thanks @nathanmarz