TS1160
error TS1160: Unterminated template literal.
Broken Code ❌
1 |
|
Fixed Code ✔️
This error is similar to TS1002 but refers to the ending of a template literal. To fix it, we have to close the template literal with an ending `
:
1 |
|
error TS1160: Unterminated template literal.
1 |
|
This error is similar to TS1002 but refers to the ending of a template literal. To fix it, we have to close the template literal with an ending `
:
1 |
|