Description
The "Flex" Component doesn't have a "gap" property exposed. But if I set it nontheless, it would work.
Is this not exposed by accident or is it somehow not intended to work ?
Problem Statement
doesnt expose "gap"
<Flex maxW={"100%"} flexWrap={"wrap"} direction="row" justify={"center"} gap={5}>
Proposed Solution or API
Expose gap property on
Alternatives
No response
Additional Information
No response
Description
The "Flex" Component doesn't have a "gap" property exposed. But if I set it nontheless, it would work.
Is this not exposed by accident or is it somehow not intended to work ?
Problem Statement
doesnt expose "gap"
<Flex maxW={"100%"} flexWrap={"wrap"} direction="row" justify={"center"} gap={5}>
Proposed Solution or API
Expose gap property on
Alternatives
No response
Additional Information
No response