Stencil version:
I'm submitting a:
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://stencil-worldwide.herokuapp.com/ or https://forum.ionicframework.com/
Current behavior:
The slot name is not updated when it is bind to a prop, so it can show only the slotted element that matches de name.
<slot name={this.prop}><slot/>
Then, in the HTML
<cmp-content>
<div slot="tab1">
Content Tab 1
</div>
<div slot="tab2">
Content Tab 2
</div>
<div slot="tab3">
Content Tab 3
</div>
</cmp-content>
Expected behavior:
The slot name should dynamically change.
Steps to reproduce:
Other information:
This used to work in versions <2.0.0. After upgrading my repo to version 2.6.0, this stopped working.
Stencil version:
I'm submitting a:
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://stencil-worldwide.herokuapp.com/ or https://forum.ionicframework.com/
Current behavior:
The slot name is not updated when it is bind to a prop, so it can show only the slotted element that matches de name.
Then, in the HTML
Expected behavior:
The slot name should dynamically change.
Steps to reproduce:
Other information:
This used to work in versions <2.0.0. After upgrading my repo to version 2.6.0, this stopped working.