reagent-project/reagent

Input workaround breaks if using react/createRef with input

Deraen opened this issue · 0 comments

https://github.com/reagent-project/reagent/blob/master/src/reagent/impl/input.cljs#L96-L105

Input workaround presumes the original ref value is function.

But createRef value doesn't work exactly like function.