We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NativeTable
omitObject
@yamada-ui/react
1.3.7
Integrate omitObject handling with omitThemeProps.
omitThemeProps
- const { className, layout, ...rest } = omitThemeProps(mergedProps) + const { className, layout, ...rest } = omitThemeProps(mergedProps, ["withBorder", "withColumnBorders", "highlightOnHover"])
<ui.table ref={ref} className={cx("ui-table", className)} __css={css} - {...omitObject(rest, [ - "withBorder", - "withColumnBorders", - "highlightOnHover", - ])} + {...rest} />
No response
None
Yes
The text was updated successfully, but these errors were encountered:
I would like to challenge this issue.
Sorry, something went wrong.
Hi, thanks for the comment.
Yes, pls.
omitobject
omitthemeprops
ShionTerunaga
Successfully merging a pull request may close this issue.
Which package has an issue?
@yamada-ui/react
Package Version
1.3.7
Description
Integrate
omitObject
handling withomitThemeProps
.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
No response
The text was updated successfully, but these errors were encountered: