| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
✅ Deploy Preview for limitless-angular-sanity-example ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Sorry, something went wrong.
|
View your CI Pipeline Execution ↗ for commit 048872a.
☁️ Nx Cloud last updated this comment at 2025-02-22 05:39:18 UTC |
Sorry, something went wrong.
npm i https://pkg.pr.new/@limitless-angular/sanity@12 commit: 048872a |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Checklist
What is the new behavior?
This PR fixes a timing issue with the LivePreviewService initialization in v18 introduced by #9. Previously, the service was initialized effect(), which cause race conditions or initialization delays. The change add this with Angular's afterNextRender() that previously worked in v19 while it maintains the effect for v19, ensuring that:
Does this PR introduce a breaking change?
What gif best describes this PR or how it makes you feel?
[A "Perfect Timing" gif would be appropriate here since this PR fixes a timing-related issue]
