diff --git a/src/components/editorElements/tagInput/view/tagInputView.js b/src/components/editorElements/tagInput/view/tagInputView.js index 522d014cc..7b20e9275 100644 --- a/src/components/editorElements/tagInput/view/tagInputView.js +++ b/src/components/editorElements/tagInput/view/tagInputView.js @@ -30,7 +30,7 @@ const TagInput = ({ } else { setText(value.join(' ')); } - }, [value]); + }); // Component Functions const _handleOnChange = (_text) => {