You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.
Current behavior:
I added the stencil router and when running the dev server and making a change. Bundle rebuilds fine. Then hot reloading breaks, I get a white screen and I get this console error...
So it seems like the hot loading issue was related to core and an update fixed that. The redux logger error happening on every other save however, is still happening.
Hmm.. looks like there's an error in the console if you change the input then go to another page using the router, go back then try changing the input again. It can't seem to find the elm var.
app.core.js:1092 Uncaught (in promise) TypeError: Cannot read property '_values' of null
at setValue (app.core.js:1092)
at Page1.setComponentProp (app.core.js:1049)
at app.core.js:153
at Array.forEach (<anonymous>)
at _mapStateToProps (app.core.js:151)
at app.core.js:157
at dispatch (home-page.js:481)
at home-page.js:807
at home-page.js:69
at step (home-page.js:61)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Resources:
Before submitting an issue, please consult our docs.
Stencil version: (run
npm list @stencil/core
from a terminal/cmd prompt and paste output below):@stencil/[email protected]
I'm submitting a ... (check one with "x")
[X ] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or https://stencil-worldwide.slack.com
Current behavior:
I added the stencil router and when running the dev server and making a change. Bundle rebuilds fine. Then hot reloading breaks, I get a white screen and I get this console error...
Uncaught SyntaxError: Unexpected token < ... build/app/undefined:1
If I stop and restart with npm start, everything is fine again.
Expected behavior:
Should hot reload when using stencil router
Steps to reproduce:
The issue seemed to start when I added in stencil router.
Related code:
Other information:
The text was updated successfully, but these errors were encountered: