in src/components/tagsInput/tagsInput.tsx [103:108]
currentTagColorIndex: randomIntInRange(0, this.getTagColorKeys().length),
});
}
public componentDidUpdate(prevProps: ITagsInputProps) {
if (prevProps.tags !== this.props.tags) {