Skip to content
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

chore: revert icons lifecycle fix #1304

Closed
wants to merge 1 commit into from
Closed

Conversation

liamdebeasi
Copy link
Contributor

@liamdebeasi liamdebeasi commented Nov 20, 2023

This reverts commit 7f7f346. As part of FW-5145 it was determined that this fix did not directly contribute to the resolution of the bug reported in #1278.

There is a chance that there is a behavior that still reproduces the reported issue that we are missing. However, I would rather have something break so we can a) root-cause the problem and b) add test coverage instead of have some code in the codebase indefinitely where people aren't really sure why it's needed.

Ionicons Dev build: 7.2.2-dev.11700519177.13b28f3a
Ionic Framework dev build with Ionicons dev build: 7.5.6-dev.11700519388.1583475f

You can test the dev build with the sidemenu starter app. I've also included a version of Ionic Framework that uses this dev build.

@liamdebeasi liamdebeasi changed the title Revert "fix(icon): verify the icon loads in the lifecycle (#1278)" chore: revert icons lifecycle fix Nov 20, 2023
@thetaPC
Copy link
Contributor

thetaPC commented Nov 27, 2023

I'm still seeing blank icons with the dev builds that are listed in the description. What am I missing?

Ionic:

   Ionic CLI                     : 7.1.1 (/Users/maria/.nvm/versions/node/v18.16.0/lib/node_modules/@ionic/cli)
   Ionic Framework               : @ionic/angular 7.5.6-dev.11700519388.1583475f
   @angular-devkit/build-angular : 17.0.3
   @angular-devkit/schematics    : 17.0.3
   @angular/cli                  : 17.0.3
   @ionic/angular-toolkit        : 9.0.0

Capacitor:

   Capacitor CLI      : 5.5.1
   @capacitor/android : not installed
   @capacitor/core    : 5.5.1
   @capacitor/ios     : not installed

Utility:

   cordova-res                          : not installed globally
   native-run (update available: 2.0.0) : 1.7.4

System:

   NodeJS : v18.16.0 (/Users/maria/.nvm/versions/node/v18.16.0/bin/node)
   npm    : 9.5.1
   OS     : macOS Unknown

Screenshot 2023-11-27 at 2 30 20 PM

Here are my dependencies:

"dependencies": {
    "@angular/animations": "^17.0.2",
    "@angular/common": "^17.0.2",
    "@angular/compiler": "^17.0.2",
    "@angular/core": "^17.0.2",
    "@angular/forms": "^17.0.2",
    "@angular/platform-browser": "^17.0.2",
    "@angular/platform-browser-dynamic": "^17.0.2",
    "@angular/router": "^17.0.2",
    "@capacitor/app": "5.0.6",
    "@capacitor/core": "5.5.1",
    "@capacitor/haptics": "5.0.6",
    "@capacitor/keyboard": "5.0.6",
    "@capacitor/status-bar": "5.0.6",
    "@ionic/angular": "7.5.6-dev.11700519388.1583475f",
    "ionicons": "7.2.2-dev.11700519177.13b28f3a",
    "rxjs": "~7.8.0",
    "tslib": "^2.3.0",
    "zone.js": "~0.14.2"
  },

@liamdebeasi
Copy link
Contributor Author

liamdebeasi commented Nov 28, 2023

This isn't ready for review which is why it's still marked as a draft. I'm seeing the icons not loading with this PR, but I am seeing the icons loading if I create a dev build before the patch that this PR is trying to revert. I haven't had a chance to dig into it more.

edit: looks like github requests reviews from reviewers that I've manually added even if the PR is still a draft. I'll keep that in mind for next time.

@sean-perkins sean-perkins removed their request for review November 30, 2023 18:30
@thetaPC
Copy link
Contributor

thetaPC commented Dec 13, 2023

@liamdebeasi should the branch be deleted as part of cleanup?

@liamdebeasi liamdebeasi deleted the revert-ionicons-fix branch December 13, 2023 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants