I have a component whose template loads another component asynchronously, and then inside its default slot I load another component asynchronously. The props passed into the nested async component are not reacting to changes in the value, even though the change can be seen in the template itself. To clarify, given the following example:
triggering height mode should switch it from 'content' to 'full', and it does change in the p element, but the b-bottom-slide prop does not get the updated value (as seen in the V4Fire DevTools) and hence the modifier is also not changed.
A reproducible example can be found in the branch examples/1472
I have a component whose template loads another component asynchronously, and then inside its default slot I load another component asynchronously. The props passed into the nested async component are not reacting to changes in the value, even though the change can be seen in the template itself. To clarify, given the following example:
triggering height mode should switch it from 'content' to 'full', and it does change in the
p
element, but theb-bottom-slide
prop does not get the updated value (as seen in the V4Fire DevTools) and hence the modifier is also not changed.A reproducible example can be found in the branch examples/1472