We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca1a813 + aba4b7e commit 44b6bd8Copy full SHA for 44b6bd8
.changeset/brave-nails-grab.md
@@ -0,0 +1,5 @@
1
+---
2
+"@devup-ui/wasm": patch
3
4
+
5
+Add type to special prop
libs/extractor/src/utils.rs
@@ -40,6 +40,7 @@ static SPECIAL_PROPERTIES: Lazy<HashSet<&str>> = Lazy::new(|| {
40
"ref",
41
"key",
42
"alt",
43
+ "type",
44
"src",
45
"children",
46
"placeholder",
0 commit comments