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 fa4d543 commit 52d626bCopy full SHA for 52d626b
index.ios.js
@@ -48,7 +48,7 @@ var HTMLWebView = React.createClass({
48
);
49
},
50
51
- safeHtml: function (html: string) {
+ safeHtml: function (html) {
52
var config = this.props.makeSafe;
53
if (config === false) {
54
// saveHtml disabled
0 commit comments