Not sure why but I can see these messages in the beta bundles:
ReactDOM.render(): Invalid component element. Instead of passing a string like 'div', pass React.createElement('div') or <div />.
Missing injection for fiber findDOMNode
Missing injection for stack findDOMNode
Element appears to be neither ReactComponent nor DOMNode. Keys: %s
Target container is not a DOM element.
I'd like to understand why.
Not sure why but I can see these messages in the beta bundles:
I'd like to understand why.