You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
has a weird structure that onPutWordTagDeleted is defined in src/components/molecule_tag_button_chunk/index.deletable.tsx,
but it can be simply defined within the TagChipDeletable
TODOs
- [ ] Refactor to fix the problem defined in background
- [ ] use only `onClick()` for each component
The text was updated successfully, but these errors were encountered:
Background
src/components/molecule_tag_button_chunk/index.deletable.tsx
has a weird structure that
onPutWordTagDeleted
is defined in src/components/molecule_tag_button_chunk/index.deletable.tsx,but it can be simply defined within the TagChipDeletable
TODOs
The text was updated successfully, but these errors were encountered: