You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Vue version
3.2.39
Link to minimal reproduction
https://github.com/stefanprobst/vue-d3-issue
Steps to reproduce
/first-page
and see a<circle>
element renderedWhat is expected?
only one
<circle>
element is renderedWhat is actually happening?
<circle>
element is rendered, which is the behavior i expected. it is also the behavior invue@2
with options api (see theoptions-api
branch in the minimal reproduction).<circle>
elements remain visible.System Info
Any additional comments?
x-ref: #6717
The text was updated successfully, but these errors were encountered: