Allow favicon crawling #335
lint.yaml
on: pull_request
Run Linters and Typechecking
1m 12s
Annotations
10 warnings
|
react(only-export-components):
src/loaders/share.tsx#L8
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components.
|
|
react(only-export-components):
src/components/editor-groups/EditorTab.tsx#L47
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components.
|
|
react(only-export-components):
src/components/editor-groups/EditorTab.tsx#L39
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components.
|
|
react(only-export-components):
src/components/editor-groups/EditorTab.tsx#L31
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components.
|
|
react(only-export-components):
src/components/SettingsProvider.tsx#L42
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components.
|
|
react(only-export-components):
src/components/panels/errordisplays.tsx#L9
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components.
|
|
react(only-export-components):
src/tests/browser/helpers.tsx#L35
Fast refresh only works when a file only exports components. Move your component(s) to a separate file.
|
|
react(only-export-components):
src/components/relationshipeditor/fieldcell.tsx#L284
Fast refresh only works when a file only exports components. Move your component(s) to a separate file.
|
|
react(only-export-components):
src/components/relationshipeditor/commentcell.tsx#L23
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components.
|
|
react(only-export-components):
src/components/ThemeProvider.tsx#L65
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components.
|