An alternative that would work is `typeof ... !== 'undefined'` instead of ('__html' in ...). Edit: Or, you could remove the checks in production, which I'm not sure is a good idea. Also, the file is `lib/ReactDOMComponent.js`
An alternative that would work is
typeof ... !== 'undefined'instead of ('__html' in ...).Edit: Or, you could remove the checks in production, which I'm not sure is a good idea. Also, the file is
lib/ReactDOMComponent.js