rum

salva-xf 2021-12-13T19:12:08.006900Z

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

coby 2021-12-13T23:45:03.009800Z

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.