Stencil version:
@stencil/[email protected]
I'm submitting a:
Current behavior:
Project will open blank page
Expected behavior:
Should be working as it works with "@stencil/core": "~0.16.2"
Steps to reproduce:
npm init stencilnpm i @stencil/[email protected]@stencil/[email protected]npm startRelated code:
npm start
Project will not start some error in console.
I tried the 0.18.1-0 version but I got

Same here.
I just created a new project (without Ionic) using npx init stencil, then upgraded StencilJS to 0.18.1.
@JCKodel install exact version v0.18.1-0 and it will work
Stencil One requires developers to explicitally import the {h} function, that should solve any of the issues described in this issue!