Stencil version:
I'm submitting a:
[x] bug report
[x] 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:
- Run
npm start
- Output:
Classes decorated with @Component can not extend from a base class. Inherency is temporarily disabled for stencil components.
Expected behavior:
npm start successfully
Steps to reproduce:
Run npm start
Other information:
I went through the CHANGELOG and found out that since version 0.12.0. The compiler prevents any inheritance for @Component decorated class. I wonder why this? It seems logical for component classes to extend a base class with common non-component related logic
Stencil version:
I'm submitting a:
[x] bug report
[x] 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:
npm startExpected behavior:
npm startsuccessfullySteps to reproduce:
Run
npm startOther information:
I went through the
CHANGELOGand found out that since version0.12.0. The compiler prevents any inheritance for@Componentdecorated class. I wonder why this? It seems logical for component classes to extend a base class with common non-component related logic