mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-31 13:52:58 +00:00
@@ -62,7 +62,7 @@ export default function extractProps(
|
||||
};
|
||||
|
||||
if (id) {
|
||||
extracted.name = id;
|
||||
extracted.name = String(id);
|
||||
}
|
||||
|
||||
if (clipPath) {
|
||||
|
||||
Reference in New Issue
Block a user