luciodale / fork

A non-intrusive Clojurescript form management library for Re-frame and Reagent.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README vlad sample is incorrect

jasonh-logic2020 opened this issue · comments

Hello,

Your sample fork + vlad implementation is incorrect.

Where the README looks at errors

(first (get errors (list "name")))

vlad actually returns a keyword

(first (get errors (list :name)))

Vlad accepts strings as well as keywords. It’s up to the developer to be consistent with one or the other :)