Bump @storybook/react-vite in /src/Client #2434
Annotations
15 warnings
npm-lint:
src/Client/src/components/AuthBarrier/index.tsx#L22
React Hook useEffect has missing dependencies: 'isAuthenticated' and 'signinRedirect'. Either include them or remove the dependency array
|
npm-lint:
src/Client/src/components/Dialog/index.tsx#L33
Fast refresh only works when a file only exports components. Move your component(s) to a separate file
|
npm-lint:
src/Client/src/components/Dialog/index.tsx#L69
Fast refresh can't handle anonymous components. Add a name to your export
|
npm-lint:
src/Client/src/components/Pagination/index.tsx#L63
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
npm-lint:
src/Client/src/hooks/useInterval.ts#L13
React Hook useEffect was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
|
npm-lint:
src/Client/src/hooks/useInterval.ts#L13
React Hook useEffect has missing dependencies: 'callback' and 'delay'. Either include them or remove the dependency array. If 'callback' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
npm-lint:
src/Client/src/hooks/usePaging.ts#L29
React Hook useMemo has a missing dependency: 'pageSize'. Either include it or remove the dependency array
|
npm-lint:
src/Client/src/hooks/usePaging.ts#L66
React Hook useEffect was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
|
npm-lint:
src/Client/src/hooks/usePaging.ts#L66
React Hook useEffect has a missing dependency: 'setCurrentPage'. Either include it or remove the dependency array
|
npm-lint:
src/Client/src/pages/AuthorizedHome/index.tsx#L47
React Hook useEffect has a missing dependency: 'api'. Either include it or remove the dependency array
|
dotnet-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
dotnet-test:
src/Infrastructure/Migrations/20240109134924_initial.cs#L8
The type name 'initial' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
dotnet-test:
src/Infrastructure/Migrations/20240109134924_initial.Designer.cs#L15
The type name 'initial' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
dotnet-test:
src/Infrastructure/Migrations/20240109134924_initial.cs#L8
The type name 'initial' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
dotnet-test:
src/Infrastructure/Migrations/20240109134924_initial.Designer.cs#L15
The type name 'initial' only contains lower-cased ascii characters. Such names may become reserved for the language.
|