FE: Messages: Implement messages export #503
Annotations
5 errors and 11 warnings
Linter:
frontend/src/components/Topics/Topic/Messages/MessagesTable.tsx#L82
'messages' is already declared in the upper scope on line 49 column 3
|
Linter:
frontend/src/components/Topics/Topic/Messages/MessagesTable.tsx#L98
Unexpected string concatenation
|
Linter:
frontend/src/components/Topics/Topic/Messages/MessagesTable.tsx#L99
React Hook "useDataSaver" is called in function "handleDownload" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
|
Linter:
frontend/src/components/Topics/Topic/Messages/MessagesTable.tsx#L100
React Hook "useDataSaver" is called in function "handleDownload" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
|
Linter
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
|
|
Linter:
frontend/src/components/Topics/Topic/Messages/MessagesTable.tsx#L72
Replace `⏎··const·savedMessagesJson:·MessageData[]·=·messages.map(message` with `····const·savedMessagesJson:·MessageData[]·=·messages.map((message)`
|
Linter:
frontend/src/components/Topics/Topic/Messages/MessagesTable.tsx#L74
Replace `····` with `······`
|
|
Linter:
frontend/src/components/Topics/Topic/Messages/MessagesTable.tsx#L76
Replace `····` with `······`
|
|
Linter:
frontend/src/components/Topics/Topic/Messages/MessagesTable.tsx#L78
Replace `····` with `······`
|
|
Loading