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

fix(core): remove OnPush from dialog container #12521

Merged
merged 2 commits into from
Oct 10, 2024

Conversation

mikerodonnell89
Copy link
Member

fixes #12471

@mikerodonnell89 mikerodonnell89 requested a review from a team October 7, 2024 15:51
@mikerodonnell89 mikerodonnell89 self-assigned this Oct 7, 2024
Copy link

netlify bot commented Oct 7, 2024

Deploy Preview for fundamental-ngx ready!

Name Link
🔨 Latest commit 02af9cc
🔍 Latest deploy log https://app.netlify.com/sites/fundamental-ngx/deploys/67082f4fab82d60008236587
😎 Deploy Preview https://deploy-preview-12521--fundamental-ngx.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

github-actions bot commented Oct 7, 2024

Visit the preview URL for this PR (updated for commit 02af9cc):

https://fundamental-ngx-gh--pr12521-fix-dialog-change-de-ras8lzno.web.app

(expires Sun, 13 Oct 2024 19:54:06 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 41b993ee8e451bd7c6770b342ce142dc886eacff

@droshev droshev requested a review from a team October 9, 2024 13:39
@mikerodonnell89 mikerodonnell89 changed the title fix(core): remove OnPush from dialog container [WIP] fix(core): remove OnPush from dialog container Oct 9, 2024
@mikerodonnell89 mikerodonnell89 changed the title [WIP] fix(core): remove OnPush from dialog container fix(core): remove OnPush from dialog container Oct 9, 2024
@mikerodonnell89 mikerodonnell89 force-pushed the fix/dialog-change-detection branch 3 times, most recently from ed8855b to 6359faa Compare October 9, 2024 21:41
@khotcholava
Copy link
Contributor

@mikerodonnell89, if we're removing the OnPush strategy, do we still need to keep ChangeDetectorRef in the constructor (i.e., protected readonly _cdr: ChangeDetectorRef)?

@mikerodonnell89
Copy link
Member Author

@mikerodonnell89, if we're removing the OnPush strategy, do we still need to keep ChangeDetectorRef in the constructor (i.e., protected readonly _cdr: ChangeDetectorRef)?

We need it for this bit:

@mikerodonnell89 mikerodonnell89 merged commit a4c2eee into main Oct 10, 2024
19 checks passed
@mikerodonnell89 mikerodonnell89 deleted the fix/dialog-change-detection branch October 10, 2024 20:45
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.

Busy Indicator in Component dialog not closing after value change
3 participants