We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
생각해 보았는데 recoil을 사용하는게 가장 깔끔하게 진행될 수 있을 것으로 판단됩니다.
Sorry, something went wrong.
결론 recoil 사용보다는 구조적 변경이 가장 좋을 것을 생각합니다. 기존 TagForm 컴포넌트에 있던 아래의 로직을 위로 이관하고 내러주는 형태로 변경될 예정입니다.
if (!keyword) { if (!tags.length) { saveCreatedTag(keyword); } else { onSave(tags[0]); }
sensecodevalue
No branches or pull requests
설명
할 일
The text was updated successfully, but these errors were encountered: