mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-25 12:03:27 +00:00
Fix linting
This commit is contained in:
@@ -37,7 +37,7 @@ export default function extractGradient(props, parent) {
|
||||
}
|
||||
|
||||
const stops = [];
|
||||
const childArray = React.Children.map(children, child =>
|
||||
const childArray = Children.map(children, child =>
|
||||
React.cloneElement(child, {
|
||||
parent,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user