mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-04 07:25:53 +00:00
fix: handle style elements with CDATA
This commit is contained in:
@@ -383,6 +383,8 @@ export function parse(
|
||||
error('expected ]]>');
|
||||
}
|
||||
|
||||
children.push(source.slice(i + 7, index));
|
||||
|
||||
i = index + 2;
|
||||
return neutral;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user