[Before] It was getting rendered almost properly with two issues 1 and 2: [Now] It is not getting rendered at all. So, there are three issues 1, 2 and 3:
The <ion-label/> tags are ignored.
Each knob can move beyond of the other knob (please, ignore this, I think this is on purpose on new version).
This is a new issue that I just detected (Current time: 2018-08-26 19:20). Like 12 hours ago (check timestamp on the repo) the repository: https://github.com/napolev/stencil-ion-range/ on commit 12c14b75cca92f19af6c5ccae60091319578cec7 was generating almost properly the <ion-range/> tag above, except issues 1 and 2 (check image below). But now after a clean install of this repository it doesn’t render what you see on the image below anymore. This is weird. After doing that commit I checked that after a clean install it rendered that.
Here is what it was rendering before, that it is not getting rendered anymore:
My main goal by using: stencil-component-starter is to create my custom component including at the same time some Ionic 4 components inside it
I tried the Ionic PWA Starter Kit and I could create successfully a custom component including the Ionic components that didn’t get rendered before but now I don’t know how to export just my custom component (not the whole app).
If the Ionic PWA Starter Kit doesn’t let me to export my custom component to a separate file, that’s not an option for me.
Here I created a new discussion thread with more details (I mentioned you there):