-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Call the changedHandler after the value has been set #69
Comments
@zewa666 I do not see a problem with this change as I hardly ever use the
However, based on the other thread it seems that you are fine with the change. Hopefully it just involves moving code as the change handers are fired here and property setting is done here |
This issue is related to the fact that the Not sure if your provided code was just a non-function example, but your |
@zewa666 I can work on this since I am familiar with the changes I submitted for the @Vheissu yes i agree, especially when using the aurelia-router because |
Hi all, what is the status of this issue? |
Hey @rmja. It was left open due to the reason that it's going to introduce a breaking change and the actual value of the change is relatively small. So my thinking was to either wait until there is something else thats going to create one or do this with the port to Aurelia2. |
I'm submitting a feature request
1.1.0
Please tell us about your environment:
Operating System:
all
Node Version:
all
all
both
Browser:
all
Language:
all
Current behavior:
Whenever we subscribe to a part of the state, the changed handler will be called before the actual state is changed.
What is the expected behavior?
The bound value should be set before the changed-handler is invoked
What is the motivation / use case for changing the behavior?
It aligns better with the default Aurelia behavior and meets the expectations of users better
The text was updated successfully, but these errors were encountered: