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:
Junior Garcia 2023-08-13 21:41:42 -03:00 committed by GitHub
parent 8f66c6b564
commit 94d65df533
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
"@nextui-org/react-rsc-utils": patch
---
fix #1388 slot prop added to filter dom props.

View File

@ -108,6 +108,7 @@ export const DOMPropNames = new Set([
"shape",
"size",
"sizes",
"slot",
"sortable",
"span",
"spellCheck",