reagent-project / reagent

A minimalistic ClojureScript interface to React.js

Home Page:http://reagent-project.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bad react key warning when using false as key

Deraen opened this issue · comments

At least in some cases (maybe :> etc.) adding React key to item in a seq with metadata will trigger warning about missing key, if the key is false.

False should be considered valid key. expand-seq-dev already checks for nil? but problem is probably in react-key-from-vec which looks key using or so it will ignore false value.