-
Notifications
You must be signed in to change notification settings - Fork 6
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
페이지 기능: 카카오 공유하기 기능 추가 #178
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
||
import Script from 'next/script'; | ||
|
||
import Share from '@/components/icons/Share'; |
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.
import Share from '@/components/icons/Share'; | |
import Share from '@components/icons/Share'; |
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.
sdk를 중복으로 가져오는 문제점이 있는데 카카오 로그인과 공유하기 sdk를 언제 가져올지 고민할 필요가 있어보여요
흠.. 이 부분은 현재 페이지의 경로가 로그인 페이지 또는 상세 페이지 경로일 경우에만 이미 로드한 sdk가 있는지 확인하고, 없다면 sdk 불러오도록 하면 어떤가요?
그런 식으로 하거나 홈페이지 진입했을 때 다운 받도록 해야할 것 같아요 |
해당 사항 (중복 선택)
설명
Key Changes
How it Works
To Reviewers