feat: 닉네임 변경, 비밀번호 변경 기능 추가 #217
Annotations
32 errors and 1 warning
build (20.x):
src/App.tsx#L38
Missing parentheses around multilines JSX
|
build (20.x):
src/api/users/apiUsers.tsx#L43
Missing trailing comma
|
build (20.x):
src/api/users/apiUsers.tsx#L51
Missing trailing comma
|
build (20.x):
src/pages/mypage/MyPage.tsx#L13
Strings must use singlequote
|
build (20.x):
src/pages/mypage/components/Button/Button.tsx#L10
propType "disabled" is not required, but has no corresponding defaultProps declaration
|
build (20.x):
src/pages/mypage/components/InputLayout/InputLayout.tsx#L21
propType "onBlur" is not required, but has no corresponding defaultProps declaration
|
build (20.x):
src/pages/mypage/components/InputLayout/InputLayout.tsx#L22
propType "error" is not required, but has no corresponding defaultProps declaration
|
build (20.x):
src/pages/mypage/components/ProfileEdit/ProfileEdit.tsx#L44
Passing a fragment to an HTML element is useless
|
build (20.x):
src/pages/mypage/components/ProfileEdit/ProfileEdit.tsx#L56
Value must be omitted for boolean attribute `disabled`
|
build (20.x):
src/pages/mypage/utils/usePasswordChange.ts#L34
'newPassword' is already declared in the upper scope on line 11 column 10
|
build (16.x)
The job was canceled because "_20_x" failed.
|
build (16.x):
src/App.tsx#L38
Missing parentheses around multilines JSX
|
build (16.x):
src/api/users/apiUsers.tsx#L43
Missing trailing comma
|
build (16.x):
src/api/users/apiUsers.tsx#L51
Missing trailing comma
|
build (16.x):
src/pages/mypage/MyPage.tsx#L13
Strings must use singlequote
|
build (16.x):
src/pages/mypage/components/Button/Button.tsx#L10
propType "disabled" is not required, but has no corresponding defaultProps declaration
|
build (16.x):
src/pages/mypage/components/InputLayout/InputLayout.tsx#L21
propType "onBlur" is not required, but has no corresponding defaultProps declaration
|
build (16.x):
src/pages/mypage/components/InputLayout/InputLayout.tsx#L22
propType "error" is not required, but has no corresponding defaultProps declaration
|
build (16.x):
src/pages/mypage/components/ProfileEdit/ProfileEdit.tsx#L44
Passing a fragment to an HTML element is useless
|
build (16.x):
src/pages/mypage/components/ProfileEdit/ProfileEdit.tsx#L56
Value must be omitted for boolean attribute `disabled`
|
build (16.x):
src/pages/mypage/utils/usePasswordChange.ts#L34
'newPassword' is already declared in the upper scope on line 11 column 10
|
build (18.x)
The job was canceled because "_20_x" failed.
|
build (18.x):
src/App.tsx#L38
Missing parentheses around multilines JSX
|
build (18.x):
src/api/users/apiUsers.tsx#L43
Missing trailing comma
|
build (18.x):
src/api/users/apiUsers.tsx#L51
Missing trailing comma
|
build (18.x):
src/pages/mypage/MyPage.tsx#L13
Strings must use singlequote
|
build (18.x):
src/pages/mypage/components/Button/Button.tsx#L10
propType "disabled" is not required, but has no corresponding defaultProps declaration
|
build (18.x):
src/pages/mypage/components/InputLayout/InputLayout.tsx#L21
propType "onBlur" is not required, but has no corresponding defaultProps declaration
|
build (18.x):
src/pages/mypage/components/InputLayout/InputLayout.tsx#L22
propType "error" is not required, but has no corresponding defaultProps declaration
|
build (18.x):
src/pages/mypage/components/ProfileEdit/ProfileEdit.tsx#L44
Passing a fragment to an HTML element is useless
|
build (18.x):
src/pages/mypage/components/ProfileEdit/ProfileEdit.tsx#L56
Value must be omitted for boolean attribute `disabled`
|
build (18.x):
src/pages/mypage/utils/usePasswordChange.ts#L34
'newPassword' is already declared in the upper scope on line 11 column 10
|
build (20.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|