Closed marvinschuerz closed 1 year ago
Fixes the error SyntaxError: Invalid Unicode escape sequence I had, caused by this line:
SyntaxError: Invalid Unicode escape sequence
"data-v-inspector": "src\modules\common\composables\asyncSearch\useAsyncSearch.tsx:69:12"
Will now be generated as
"data-v-inspector": "src/modules/common/composables/asyncSearch/useAsyncSearch.tsx:69:12"
Fixes the error
SyntaxError: Invalid Unicode escape sequence
I had, caused by this line:Will now be generated as