Closed hirotomoyamada closed 6 months ago
@yamada-ui/react
1.3.4
There should be only one main tag in a document.
main
https://html.spec.whatwg.org/multipage/grouping-content.html#the-main-element
No response
None
Yes
export const PopoverBody = forwardRef<PopoverBodyProps, "main">( ({ className, ...rest }, ref) => { const { styles } = usePopover() const css: CSSUIObject = { display: "flex", flexDirection: "column", alignItems: "flex-start", ...styles.body, } return ( - <ui.main + <ui.div ref={ref} className={cx("ui-popover__body", className)} __css={css} {...rest} /> ) }, )
@hirotomoyamada i can work on this issue
@KekmaTime
Hi, thanks for the comment!
Yes, pls!
Which package has an issue?
@yamada-ui/react
Package Version
1.3.4
Description
There should be only one
main
tag in a document.https://html.spec.whatwg.org/multipage/grouping-content.html#the-main-element
Link to Reproduction
No response
Steps to Reproduce
Browser
None
Operating System
Do you know how to fix the issue?
Yes
Are you willing to participate in fixing this issue and create a pull request with the fix?
None
Additional Information