Skip to content

Commit 44b6bd8

Browse files
authored
Merge pull request #42 from dev-five-git/add-special-prop
Add type to special ptop
2 parents ca1a813 + aba4b7e commit 44b6bd8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/brave-nails-grab.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@devup-ui/wasm": patch
3+
---
4+
5+
Add type to special prop

libs/extractor/src/utils.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ static SPECIAL_PROPERTIES: Lazy<HashSet<&str>> = Lazy::new(|| {
4040
"ref",
4141
"key",
4242
"alt",
43+
"type",
4344
"src",
4445
"children",
4546
"placeholder",

0 commit comments

Comments
 (0)