Join Slack
Powered by
you're capturing the value in a lambda, which can ...
# compose
r
Ryan Mentley
10/28/2019, 11:53 PM
you're capturing the value in a lambda, which can get stale - read it directly from the ambient where you're using it - i.e., change
RouterSwitchChildren(history)
to
RouterSwitchChildren(+ambient(CurrentHistory))
6
Views
Open in Slack
Previous
Next