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
* docs: add React.Fragment info
When rendering a component that has a `React.Fragment` as the root element.
`container.firstChild` will only grab the first child of the fragment, NOT the fragment JSX-tag
* Update README.md
0 commit comments