-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Merge conflict marker encountered #5213
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
Comments
We will need a runnable reproduction to understand what you are talking about. |
I will attach a project soon, I have currently not really time for this ticket. |
It only occurrs on larger projects. No chance to get this error on smaller samples. |
What a coincidence, our project is quite large 😆. |
|
I can confirm that deleting the cache is a sufficient workaround. It did not occurr since. |
Just solved this by simply commenting and then uncommenting the line of code of a file where the import statement was for the file that allegedly had the merge conflict marker although it had already been resolved and re-saved a few times (React project) |
@Popeye4242 Wondering which cache you are referring to? Is it the cache in VSCode (Library > Application Support > Code > Cache)? Facing the same error, and commenting/uncommenting did not work. Also received an "Unexpected token" message instead of "Merge conflict marker encountered" |
@matt-s-lee There should be some directories at the top of the node_modules directory. |
Version
4.2.2
Environment info
Steps to reproduce
What is expected?
Hot-Reload should not view any merge conflict markers. There are none
What is actually happening?
12:8 error Parse errors in imported module '@/data/graphql/schema': Merge conflict marker encountered. (482:0) import/named
The text was updated successfully, but these errors were encountered: