Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

responseText not defined #114

Open
furkanmustafa opened this issue Jun 16, 2020 · 1 comment
Open

responseText not defined #114

furkanmustafa opened this issue Jun 16, 2020 · 1 comment
Labels
bug will be or is already fixed in vue3-sfc-loader see https://github.com/FranckFreiburger/vue3-sfc-loader

Comments

@furkanmustafa
Copy link

here, when handling errors, a non-existing variable responseText is referenced.

var vueFileData = responseText.replace(/\r?\n/g, '\n');

this only happens when the imported vue component is broken.

Related issues; #108 #100

@furkanmustafa
Copy link
Author

Probably introduced in this refactoring commit => f87d73e

@FranckFreiburger FranckFreiburger added the will be or is already fixed in vue3-sfc-loader see https://github.com/FranckFreiburger/vue3-sfc-loader label Nov 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug will be or is already fixed in vue3-sfc-loader see https://github.com/FranckFreiburger/vue3-sfc-loader
Projects
None yet
Development

No branches or pull requests

2 participants