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

different behavior in development vs production build #6727

Closed
stefanprobst opened this issue Sep 23, 2022 · 0 comments
Closed

different behavior in development vs production build #6727

stefanprobst opened this issue Sep 23, 2022 · 0 comments
Labels
🐞 bug Something isn't working

Comments

@stefanprobst
Copy link

stefanprobst commented Sep 23, 2022

Vue version

3.2.39

Link to minimal reproduction

https://github.com/stefanprobst/vue-d3-issue

Steps to reproduce

  • navigate to /first-page and see a <circle> element rendered
  • click on the link to "Second page" in the page header, and then click on the link to "First page" in the page header

What is expected?

only one <circle> element is rendered

What is actually happening?

  • in a development build, only one <circle> element is rendered, which is the behavior i expected. it is also the behavior in vue@2 with options api (see the options-api branch in the minimal reproduction).
  • in a production build however, all previously rendered <circle> elements remain visible.

System Info

System:
    OS: Linux 5.15 KDE neon 5.25
    CPU: (4) x64 Intel(R) Core(TM) i5-4590 CPU @ 3.30GHz
    Memory: 10.73 GB / 15.54 GB
    Container: Yes
    Shell: 5.0.17 - /bin/bash
  Binaries:
    Node: 16.17.0 - ~/.volta/tools/image/node/16.17.0/bin/node
    Yarn: 1.22.19 - ~/.volta/tools/image/yarn/1.22.19/bin/yarn
    npm: 8.15.0 - ~/.volta/tools/image/node/16.17.0/bin/npm
  Browsers:
    Chrome: 105.0.5195.102
    Firefox: 104.0
    Firefox Nightly: 106.0a1
  npmPackages:
    vue: ^3.2.37 => 3.2.39 

Any additional comments?

x-ref: #6717

@LinusBorg LinusBorg added the 🐞 bug Something isn't working label Sep 26, 2022
chrislone pushed a commit to chrislone/core that referenced this issue Feb 4, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Sep 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🐞 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants