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
Good catch, I'll look into it. Not happening locally, but I checked it on JSBin and Codepen to make sure it wasn't an issue with Codesandbox but it's happening there as well. Probably an issue with the rendering logic. Thanks!
Looks like you're right. Removing the scoped variable from the Expandable's list of Vnodes seems to fix the issue. I'm going to play with it some more to make sure everything works as expected. Thank you again!
Title: [ISSUE] Expandable element duplicates content
Version: 0.1.0
Link to reproduction (provide Codesandbox, Codepen, etc.): https://codesandbox.io/s/kkq0mmznm7
Steps to reproduce:
Can be seen on your own demos, simply try to use the component.
What is expected?: Show Content 1, Content 2 once only
What is actually happening?: Content 1 and Content 2 are duplicated.
The text was updated successfully, but these errors were encountered: