-
Notifications
You must be signed in to change notification settings - Fork 813
Revert "fix(ssr): fixes for scoped: true
components during SSR (#6311)"
#6336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…)" This reverts commit b07dda6.
@christian-bromann i’m pretty sure the PR you’re looking for is this one #6298 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is the wrong PR for the flagged errors :)
I have pushed a dev build The last Nightly build failing: https://github.com/ionic-team/ionic-framework/actions/runs/16187432460 |
I created a reproduction case for you using the testbed from Ionic: https://drive.google.com/file/d/1wR9YqsPo93-iy8v67DFeTyykwcStJW53/view?usp=drive_link .. you can just download it and run it. Confusingly, if I run Please let me know your thoughts and how we want to proceed here? |
@christian-bromann this is what I get locally - |
|
Hold on, still working on a reproduction case |
Unfortunately I couldn't zip the reproduction case so here is the manual way:
Update Stencil to latest: - "@stencil/core": "4.33.1",
+ "@stencil/core": "4.35.3", in
Now running the tests you will see that the tests using lazy components are failing:
Let's validate with the dev build:
This should now pass:
|
Closing in favor of #6343 |
What is the current behavior?
We are having issues updating Ionic framework due to a change introduced in #6311. The issue we see is in the Angular e2e test where the application just doesn't load:
ionic-team/ionic-framework#30524
cc @johnjenkins
What is the new behavior?
I am reverting the change and make a new release.
Documentation
Does this introduce a breaking change?
Testing
n/a
Other information
n/a