In a Gatsby blog I'm making that's using Nautilus and rehype-react, I'm getting a prop-type warning say I'm not using List.Item, even though I definitely am. I think our check is maybe a bit too intense and buggy.
Either it needs to be fixed or needs to be more of a helpful warning (as we discard unrecognised children anyway).
In a Gatsby blog I'm making that's using Nautilus and
rehype-react
, I'm getting a prop-type warning say I'm not usingList.Item
, even though I definitely am. I think our check is maybe a bit too intense and buggy.Either it needs to be fixed or needs to be more of a helpful warning (as we discard unrecognised children anyway).