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
I wonder if this is related to the traversing of the children. Do you mind adding an (unused) prop :attribute to the ais-panel directly? If that is the problem, it likely means that the entire looping context is seen as a single child
🐛 Current behavior
If an
<ais-dynamic-widgets>
component is used with an array of children<ais-panel v-for="item in someArray">
, the components do not render.This worked as expected in Vue2, but does not work in Vue3
🔍 Steps to reproduce
Given the following example array
The following sample template will
not
render in Vue3, however, it will render in Vue2.If you remove the
v-for
from consideration and directly access the array index, the dynamic components will render as expected.Live reproduction
None
💭 Expected behavior
ais-dynamic-widgets
should behave the same way as it did in Vue 2, with children rendering properly with the use ofv-for
Package version
vue-instantsearch 4.16.1
Operating system
No response
Browser
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: