chore: yarn workspace 모노레포 셋팅 #8
client__test-static.yml
on: pull_request
compile_and_lint
51s
Annotations
8 errors
compile_and_lint:
get-p-client/src/services/client/useEditClient.tsx#L34
The result of useMutation is not referentially stable, so don't pass it directly into the dependencies array of useCallback. Instead, destructure the return value of useMutation and pass the destructured values into the dependency array of useCallback
|
compile_and_lint:
get-p-client/src/services/client/useRegisterClient.tsx#L42
The result of useMutation is not referentially stable, so don't pass it directly into the dependencies array of useCallback. Instead, destructure the return value of useMutation and pass the destructured values into the dependency array of useCallback
|
compile_and_lint:
get-p-client/src/services/client/useRequestMeeting.tsx#L36
The result of useMutation is not referentially stable, so don't pass it directly into the dependencies array of useCallback. Instead, destructure the return value of useMutation and pass the destructured values into the dependency array of useCallback
|
compile_and_lint:
get-p-client/src/services/people/usePeopleInfoRegister.tsx#L39
The result of useMutation is not referentially stable, so don't pass it directly into the dependencies array of useCallback. Instead, destructure the return value of useMutation and pass the destructured values into the dependency array of useCallback
|
compile_and_lint:
get-p-client/src/services/people/usePeopleProfileEdit.tsx#L46
The result of useMutation is not referentially stable, so don't pass it directly into the dependencies array of useCallback. Instead, destructure the return value of useMutation and pass the destructured values into the dependency array of useCallback
|
compile_and_lint:
get-p-client/src/services/project/useProjectApply.tsx#L30
The result of useMutation is not referentially stable, so don't pass it directly into the dependencies array of useCallback. Instead, destructure the return value of useMutation and pass the destructured values into the dependency array of useCallback
|
compile_and_lint:
get-p-client/src/services/project/useProjectLike.tsx#L22
The result of useMutation is not referentially stable, so don't pass it directly into the dependencies array of useCallback. Instead, destructure the return value of useMutation and pass the destructured values into the dependency array of useCallback
|
compile_and_lint
Process completed with exit code 1.
|