fix: handling of numeric id

fixes #1077
This commit is contained in:
Mikael Sand
2019-09-28 19:32:46 +03:00
parent 42a2606d11
commit 2fb39f5638
+1 -1
View File
@@ -62,7 +62,7 @@ export default function extractProps(
};
if (id) {
extracted.name = id;
extracted.name = String(id);
}
if (clipPath) {