Lesson 9: Error deploying to fleek #1745
Answered
by
DorianDaSilva
DorianDaSilva
asked this question in
Q&A
-
|
Beta Was this translation helpful? Give feedback.
Answered by
DorianDaSilva
Aug 12, 2022
Replies: 1 comment
-
It seems something as simple as a ' in side can throw
Error: `'` can be escaped with `'`, `‘`, `'`, `’`. react/no-unescaped-entities and mess up the build.
If you use apostophy somewhere this could be the issue preventing the build to complete. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DorianDaSilva
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems something as simple as a ' in side
Error: `'` can be escaped with `'`, `‘`, `'`, `’`. react/no-unescaped-entities
and mess up the build.If you use apostophy somewhere this could be the issue preventing the build to complete.