You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please provide the steps to reproduce the issue [Bug Report only]
Open signal graph
Update value of signal
Open detail card of an effect that depends on the signal
Observe the epoch value displays 0
In this stackblitz I found, notice that the logValueA effect epoch doesn't increment as you update the value of the signal with the button.
Please provide the expected behavior vs the actual behavior you encountered [Bug Report only]
I would expect epoch to update with every effect run.
Please provide a screenshot if possible [Bug Report only]
Screen.Recording.2025-09-09.at.3.23.39.PM.mov
Please provide the exception or error you saw [Bug Report only]
No console error
Is this a browser-specific issue? If so, please specify the device, browser, and version. [Bug Report only]
Is this a bug report or a feature request?
Please provide the steps to reproduce the issue [Bug Report only]
In this stackblitz I found, notice that the logValueA effect epoch doesn't increment as you update the value of the signal with the button.
Please provide the expected behavior vs the actual behavior you encountered [Bug Report only]
I would expect epoch to update with every effect run.
Please provide a screenshot if possible [Bug Report only]
Screen.Recording.2025-09-09.at.3.23.39.PM.mov
Please provide the exception or error you saw [Bug Report only]
No console error
Is this a browser-specific issue? If so, please specify the device, browser, and version. [Bug Report only]
Observed on Chrome v140.0
Description [Feature Request only]
No response
Proposed solution [Feature Request only]
No response
Alternatives considered [Feature Request only]
No response