-
-
Notifications
You must be signed in to change notification settings - Fork 93
replace spread operator by coping of properties #1286
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
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1286 +/- ##
==========================================
+ Coverage 95.32% 95.33% +0.01%
==========================================
Files 114 114
Lines 7382 7401 +19
Branches 2243 2327 +84
==========================================
+ Hits 7037 7056 +19
Misses 345 345 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
19315f5 to
410c730
Compare
410c730 to
734fa7d
Compare
|
Thanks for looking into this! |
No. It'll take me some time to create a setup to reproduce it. Hence draft PR. |
|
@HarelM The essence of this problem, as summarized by @neodescis is Angular enforcing spread operator substitution. The change in this PR because is an improvement: it limits the copied properties to the ones Reading all the discussion of #6429 there is a very good chance this change will fix it. If you can, test it with the Angular setup you have as it'll take me some time to create one. |
|
Ok, I'll test it later today and let you know. |
Replaced spread operator in changelog due to esbuild limitations.
|
Forgot to thank you for the responsiveness and quick turnaround! THANKS! |
|
Yes, thank you @melitele! |
Removes use of spread operator per #6429
Launch Checklist