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
Hello!
I'm not sure if this issue should be opened in reacton or ipyvuetify repository.
When I try to use Vuetify transition groups, I get an error in browser console saying: [Vue warn]: <transition-group> children must be keyed: <v-dialog>
However I used a key method on reacton elements inside the group:
Hello!
I'm not sure if this issue should be opened in reacton or ipyvuetify repository.
When I try to use Vuetify transition groups, I get an error in browser console saying:
[Vue warn]: <transition-group> children must be keyed: <v-dialog>
However I used a key method on reacton elements inside the group:
(MplFigure here is a
@reacton.component
withrv.Dialog
as the root element.)Should the same keys be used by Vue in browser?
The text was updated successfully, but these errors were encountered: