pitch-io / uix

Idiomatic ClojureScript interface to modern React.js
https://github.com/pitch-io/uix?tab=readme-ov-file#docs
Eclipse Public License 2.0
359 stars 21 forks source link

linter: warn on index key attr #135

Closed roman01la closed 6 months ago

roman01la commented 10 months ago

the linter is already able to catch absence of :key attr, it can also report when the :key value is an index, when rendering a list using one of well-known forms: map-indexed, keep-indexed, (...?)