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
There's a few places where we wrap the output of a component in a div tag just to be able to return multiple elements. React now has native support for this which we should use instead: https://reactjs.org/docs/fragments.html
The text was updated successfully, but these errors were encountered:
There's a few places where we wrap the output of a component in a div tag just to be able to return multiple elements. React now has native support for this which we should use instead: https://reactjs.org/docs/fragments.html
The text was updated successfully, but these errors were encountered: