-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WC-59] feat : LoadingProvider 구현 및 적용 #34
base: develop
Are you sure you want to change the base?
Conversation
…wc-59/feat/LoadingProvider
✔️ Deploy Preview for wafflecard ready! 🔨 Explore the source changes: 863f8b8 🔍 Inspect the deploy log: https://app.netlify.com/sites/wafflecard/deploys/622f21d13d67f000080131a1 😎 Browse the preview: https://deploy-preview-34--wafflecard.netlify.app/ |
<Router /> | ||
</WaffleCardsProvider> | ||
</ModalsProvider> | ||
</LoadingProvider> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
그럼 Spinner컴포넌트는
</ModalsProvider>
여기에
</LoadingProvider>
항상 있는 거고 필요한 페이지에서 true, false해서 보여지고 안보여지게 하는 거 맞죠??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이거 리뷰해놓고 제출을 안하고있었네요 ㅠㅠㅋㅋ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yyoooon
Spinner 컴포넌트 </LoadingProvider>
에서만 관리해여!!
🚅 PR 한 줄 요약
LoadingProvider 구현 및 적용
🧑💻 PR 세부 내용