You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
React.createElement expects string or React.Component in first
argument.
React.DOM.div and React.DOM.span are neither strings nor Components.
They are wrappers around React.createElement.
Also, they are deprecated.
Read more:
https://facebook.github.io/react/docs/react-api.html#createelement
For our case, we could safely pass strings to React.createElement,
so, no need to use React.DOM.div etc
0 commit comments