fix(deps): update react monorepo #3106
Annotations
7 errors and 1 warning
eslint:
tests/fixtures/extension/test.ts#L22
React Hook "use" is called in function "context" 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"
|
eslint:
tests/fixtures/extension/test.ts#L31
React Hook "use" is called in function "extensionId" 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"
|
eslint:
tests/fixtures/extension/test.ts#L36
React Hook "use" is called in function "page" 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"
|
eslint:
tests/fixtures/extension/test.ts#L39
React Hook "use" is called in function "links" 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"
|
eslint:
tests/fixtures/extension/test.ts#L45
React Hook "use" is called in function "pageWithOneLink" 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"
|
eslint:
tests/fixtures/extension/test.ts#L53
React Hook "use" is called in function "pageWithLinks" 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"
|
eslint
Process completed with exit code 1.
|
eslint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|