#`ml` not in `MenuProps`

2 messages · Page 1 of 1 (latest)

dawn seal
#

I have the following code but it's complaining about my ml attribute: Property 'ml' does not exist on type 'IntrinsicAttributes & MenuProps'.ts(2322)
Looks like it's not part of MenuProps. Shouldn't this be accepted since it's a mantine/core element?

<Menu
  width={200}
  ml="md"
>
steel silo