mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-04 15:44:24 +00:00
fix Symbol svgId undefined bug
This commit is contained in:
@@ -16,6 +16,7 @@ class SymbolElement extends Component{
|
||||
let {props} = this;
|
||||
return <Defs.Item
|
||||
id={props.id}
|
||||
svgId={props.svgId}
|
||||
>
|
||||
<ViewBox
|
||||
{...props}
|
||||
|
||||
Reference in New Issue
Block a user