-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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(angular-query): fix console warning on Angular 19 #8422
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 5391323. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 2 targetsSent with 💌 from NxCloud. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8422 +/- ##
===========================================
+ Coverage 46.21% 88.65% +42.44%
===========================================
Files 198 16 -182
Lines 7509 282 -7227
Branches 1711 44 -1667
===========================================
- Hits 3470 250 -3220
+ Misses 3664 31 -3633
+ Partials 375 1 -374
|
Although just a noop, Angular 19 gives a warning message when allowSignalWrites is set. Set it to true on Angular < 19, undefined otherwise.