mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix(root): filter dom props function fixed, slot prop added (#1391)
* fix(root): filter dom props function fixed, slot prop added * chore(root): changeset added
This commit is contained in:
parent
8f66c6b564
commit
94d65df533
5
.changeset/stale-dolls-watch.md
Normal file
5
.changeset/stale-dolls-watch.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@nextui-org/react-rsc-utils": patch
|
||||
---
|
||||
|
||||
fix #1388 slot prop added to filter dom props.
|
||||
@ -108,6 +108,7 @@ export const DOMPropNames = new Set([
|
||||
"shape",
|
||||
"size",
|
||||
"sizes",
|
||||
"slot",
|
||||
"sortable",
|
||||
"span",
|
||||
"spellCheck",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user