avillaq / RepositorioUnsa-Fronted

0 stars 0 forks source link

(JS-0424) Found unnecessary fragments #1

Closed avillaq closed 3 hours ago

avillaq commented 3 hours ago

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 is 1 occurrence of this issue in the repository.

See all occurrences on DeepSource → app.deepsource.com/gh/avillaq/RepositorioUnsa-Fronted/issue/JS-0424/occurrences/

avillaq commented 3 hours ago

ok