chore(ui)!: update the names of internal components so that they respect eslint rules (#7362)

So `_Upload` becomes `UploadComponent` which doesnt break the naming
convention of react components and **we no longer export these internal
components**
This commit is contained in:
Paul
2024-07-26 13:50:23 -04:00
committed by GitHub
parent 5655266daa
commit e734d51760
21 changed files with 84 additions and 79 deletions

View File

@@ -39,7 +39,7 @@ export const index = deepMerge(
},
},
rules: {
'react-hooks/rules-of-hooks': 'warn',
'react-hooks/rules-of-hooks': 'error',
},
},
)