Fork me on GitHub
#rum
<
2021-12-13
>
salva-xf19:12:08

hello worlds, I am building a table component with rum, I am having problems with [tr {:key (:xt/id model)} [td ]] doesn't render key attr, if I name it to :keyy the property is render, some support please

coby23:12:03

IIRC key is a special prop that React expects on each item in a collection, as a performance optimization. I believe if you remove it you will see a warning. If it needs to be in the DOM, I suggest you choose a different attr name if possible.