-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
Only evaluate rx
if it is an Reactive Expression
#6014
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #6014 +/- ##
==========================================
+ Coverage 88.62% 88.65% +0.03%
==========================================
Files 315 314 -1
Lines 65607 65688 +81
==========================================
+ Hits 58142 58234 +92
+ Misses 7465 7454 -11
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
With this fix, the function is called only once. Also, it does not reintroduce #6008 |
rx
if it is an Reactive Expression
Co-authored-by: Philipp Rudiger <prudiger@anaconda.com>
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
should improve what is seen in #6013
Want to add a UI test that checks that the bound function is only run once.