-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: 404 code 추가 및 react-virtual 제거
react-virtual를 사용했을 때 response개수가 홀수이면 문제가 있어서 writers와 동일하게 적용함 404 code가 추가되어 mock api에 적용함 - 화면에서 에러처리 추가 필요 close #56
- Loading branch information
Showing
7 changed files
with
118 additions
and
155 deletions.
There are no files selected for viewing
Binary file removed
BIN
-15.6 KB
.yarn/cache/@reach-observe-rect-npm-1.2.0-ae7ce1a341-7dd903eeaa.zip
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1829,13 +1829,6 @@ __metadata: | |
languageName: node | ||
linkType: hard | ||
|
||
"@reach/observe-rect@npm:^1.1.0": | ||
version: 1.2.0 | ||
resolution: "@reach/observe-rect@npm:1.2.0" | ||
checksum: 7dd903eeaad0e22c6d973bd26265d91eadba56ab5134701ceb3e85214db75339fae94aa7e8b88a65e8daa64bc7cf1b915d4ffcdfd324466b561dc6adc3c6e070 | ||
languageName: node | ||
linkType: hard | ||
|
||
"@rushstack/eslint-patch@npm:^1.0.6": | ||
version: 1.0.7 | ||
resolution: "@rushstack/eslint-patch@npm:1.0.7" | ||
|
@@ -10051,17 +10044,6 @@ __metadata: | |
languageName: node | ||
linkType: hard | ||
|
||
"react-virtual@npm:^2.10.4": | ||
version: 2.10.4 | ||
resolution: "react-virtual@npm:2.10.4" | ||
dependencies: | ||
"@reach/observe-rect": ^1.1.0 | ||
peerDependencies: | ||
react: ^16.6.3 || ^17.0.0 | ||
checksum: 1bebc741b01057829a7d7f29256114caecf0597d41b187cb41e75af77f24a87c780bc1a81ec11205b78ee2e9c801fc5e36b20a9e1ab7ddc70a18dd95417795f8 | ||
languageName: node | ||
linkType: hard | ||
|
||
"react@npm:17.0.2, react@npm:^17.0.2": | ||
version: 17.0.2 | ||
resolution: "react@npm:17.0.2" | ||
|
@@ -12345,7 +12327,6 @@ [email protected]: | |
react-loading-skeleton: ^3.0.2 | ||
react-query: ^3.29.1 | ||
react-quill: ^1.3.5 | ||
react-virtual: ^2.10.4 | ||
rosie: ^2.1.0 | ||
serverless: ^2.60.3 | ||
stitches-reset: ^1.0.0 | ||
|