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:
Hi I am trying to prerender the ionic-stencil starter app. However when adding fullscreen to the ion-content element the prerender process becomes inresponsive and I have to manually kill the process.
Expected behavior:
The prerendering process doesn't freez
Steps to reproduce:
- Run npm init stencil, (choose the ionic pwa)
- in the generated home.tsx file add
fullscreen={true} or fullscreen to the ion-content
- Build with prerender, npm run build -- --prerender
Related code:
// insert any relevant code here
Other information:
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:
Hi I am trying to prerender the ionic-stencil starter app. However when adding
fullscreento theion-contentelement the prerender process becomes inresponsive and I have to manually kill the process.Expected behavior:
The prerendering process doesn't freez
Steps to reproduce:
fullscreen={true}orfullscreento theion-contentRelated code:
// insert any relevant code hereOther information: