We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi and thanks for this lib!
I have a question, where would I look in order to support using a certain key on the state that, when changed should trigger a transition?
key
The reason is that the state object might change but if it's e.g. object.id is the same, it shouldn't transition.
state
object.id
I would be happy to look in to the source code, but it you know straight away where to look to implement this, I'd be happy :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi and thanks for this lib!
I have a question, where would I look in order to support using a certain
key
on the state that, when changed should trigger a transition?The reason is that the
state
object might change but if it's e.g.object.id
is the same, it shouldn't transition.I would be happy to look in to the source code, but it you know straight away where to look to implement this, I'd be happy :)
The text was updated successfully, but these errors were encountered: