Posts

Showing posts from August, 2021

Unexpected template string expression no-template-curly-in-string in react

Image
refference :  https://eslint.org/docs/rules/no-template-curly-in-string Issue: Unexpected template string expression  no-template-curly-in-string Reason : having (' ') or (" ") fix : instead (' ') use (` `)