#`ml` not in `MenuProps`
2 messages · Page 1 of 1 (latest)
Menu component does not render any html elements by itself there is nowhere to add styles. Add them to an element that should have these styles.
2 messages · Page 1 of 1 (latest)
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"
>
Menu component does not render any html elements by itself there is nowhere to add styles. Add them to an element that should have these styles.