react-tags
react-tags copied to clipboard
warning react-tag-input > [email protected]: Contains template literal syntax; update to v15.7.1
I have
"prop-types": "^15.7.2",
...
"react": "^16.8.4",
"react-dom": "^16.8.4",
...
"react-tag-input": "^6.4.0",
in my project and when I run yarn install I've got such warning:
warning react-tag-input > [email protected]: Contains template literal syntax; update to v15.7.1
@ktaras thanks for reporting. I will look into this.