-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- QueryKey가 동일하여 이전에 조회한 종목의 경우 새롭게 데이터 fetching을 해오지 못하던 문제 해결 - 데이터를 받아오는 시간대를 기준으로 queryKey를 동적으로 생성하여 이전에 조회한 종목이라 하더라도, 서버 데이터 갱신에 맞춰서 fetching 가능하도록 로직 수정 Issues #14
- Loading branch information
1 parent
25fdeb8
commit 57866d3
Showing
2 changed files
with
37 additions
and
4 deletions.
There are no files selected for viewing
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