Skip to content
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

Get old value and new value when suscribing to a value changed event #159

Open
ReallyRad opened this issue Dec 2, 2021 · 1 comment
Open

Comments

@ReallyRad
Copy link

Hello!

I would like to compare the old value with the new value generated when subscribing to some variable changes. Is this supported or do I have to find a workaround somehow?

Thanks!

@LongChau
Copy link

LongChau commented Dec 3, 2021

Is this supported
I don't think it is supported.

do I have to find a workaround somehow?
Yeah. Maybe you need to cache the old value and compare with the new value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants