-
Notifications
You must be signed in to change notification settings - Fork 933
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning when use inteprolation #640
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Warning in console because interpolation
To Reproduce
Add a message using interpolation in schema.
My code:
Expected behavior
None warnings.
Platform (please complete the following information):
Additional context
I already add
"no-template-curly-in-string": "off",
in .eslintrc.json, but the problem still occuring.Please, change this interpolation
${max}
to{{max}}
or something better.The text was updated successfully, but these errors were encountered: