We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcfa888 commit 5534508Copy full SHA for 5534508
packages/react-native-session-replay/ios/Sources/SvgViewRecorder.swift
@@ -71,6 +71,9 @@ internal class SvgViewRecorder: SessionReplayNodeRecorder {
71
}
72
73
74
+ let sel = NSSelectorFromString(SVGConstants.attributes)
75
+ guard view.responds(to: sel) else { return nil }
76
+
77
guard let attrs = view.value(forKey: SVGConstants.attributes) as? [String: String] else {
78
return nil
79
0 commit comments