Hi when adding itemHeight to an li to a css grid like the example I get the message React does not recognize the itemHeight prop on a DOM element. When I remove the prop I get a warning Uncaught Error: Each child must have an "itemHeight" prop or an "itemRect.height" prop. How can I work around this?
Hi when adding
itemHeightto anlito a css grid like the example I get the messageReact does not recognize theitemHeightprop on a DOM element. When I remove the prop I get a warningUncaught Error: Each child must have an "itemHeight" prop or an "itemRect.height" prop.How can I work around this?