Skip to content
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

HRM error #7219

Closed
oceangravity opened this issue Nov 26, 2022 · 2 comments
Closed

HRM error #7219

oceangravity opened this issue Nov 26, 2022 · 2 comments

Comments

@oceangravity
Copy link

oceangravity commented Nov 26, 2022

Vue version

3.2.41

Link to minimal reproduction

https://stackblitz.com/edit/vitejs-vite-3yjdqc?file=src%2FApp.vue

Steps to reproduce

Case 1:

  1. Open stackblitz link and edit App.vue component.
  2. Move <normal-component></normal-component> component before the element <div class="p-4 bg-yellow-500"></div> in line 3.
  3. Now you can see the list is not rendered properly, and in the console you can see this error:

image

Case 2:

  1. Open stackblitz link and edit App.vue component.
  2. Insert any character like a before the element <div class="p-4 bg-yellow-500"></div> in line 3.
  3. Now you can see the list is not rendered properly, and in the console you can see this error:

image

Additional case:

In both cases, if you undo these changes we obtain those errors in console:

image

What is expected?

I expect to get the list rendered correctly.

What is actually happening?

List don't render properly after move NormalComponent inside list

System Info

shell
System:
    OS: Linux 5.0 undefined
    CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
    Memory: 0 Bytes / 0 Bytes
    Shell: 1.0 - /bin/jsh
  Binaries:
    Node: 16.14.2 - /usr/local/bin/node
    Yarn: 1.22.19 - /usr/local/bin/yarn
    npm: 7.17.0 - /usr/local/bin/npm
  npmPackages:
    @vitejs/plugin-vue: ^3.1.2 => 3.1.2 
    vite: ^3.1.8 => 3.1.8

Any additional comments?

No response

@oceangravity
Copy link
Author

Hi @zhangzhonghe maybe this is related with: #6978

@oceangravity oceangravity changed the title HRM error HRM error Nov 26, 2022
@zhangzhonghe
Copy link
Member

Duplicate of #6978

@zhangzhonghe zhangzhonghe marked this as a duplicate of #6978 Nov 27, 2022
@zhangzhonghe zhangzhonghe closed this as not planned Won't fix, can't repro, duplicate, stale Nov 27, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Sep 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants