(s, o)
| 8925 | } |
| 8926 | ) |
| 8927 | function ub(s, o) { |
| 8928 | if (o) { |
| 8929 | if (We[s] && (null != o.children || null != o.dangerouslySetInnerHTML)) |
| 8930 | throw Error(p(137, s)) |
| 8931 | if (null != o.dangerouslySetInnerHTML) { |
| 8932 | if (null != o.children) throw Error(p(60)) |
| 8933 | if ( |
| 8934 | 'object' != typeof o.dangerouslySetInnerHTML || |
| 8935 | !('__html' in o.dangerouslySetInnerHTML) |
| 8936 | ) |
| 8937 | throw Error(p(61)) |
| 8938 | } |
| 8939 | if (null != o.style && 'object' != typeof o.style) throw Error(p(62)) |
| 8940 | } |
| 8941 | } |
| 8942 | function vb(s, o) { |
| 8943 | if (-1 === s.indexOf('-')) return 'string' == typeof o.is |
| 8944 | switch (s) { |
no test coverage detected