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
Fragments are a syntax that allow you to build a react component with multiple nodes or subcomponents, without requiring a wrapper element. A fragment is considered to be redundant if: - it contains only one child, - it is the child of a html element, - it is not a …
Occurrences
There are 2 occurrences of this issue in the repository.
Description
Fragments are a syntax that allow you to build a react component with multiple nodes or subcomponents, without requiring a wrapper element. A fragment is considered to be redundant if: - it contains only one child, - it is the child of a html element, - it is not a …
Occurrences
There are 2 occurrences of this issue in the repository.
See all occurrences on DeepSource → deepsource.io/gh/Avery-Rose/avarose/issue/JS-0424/occurrences/
The text was updated successfully, but these errors were encountered: