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

Transitions Should be Immutable #263

Open
chadhietala opened this issue Oct 4, 2018 · 1 comment
Open

Transitions Should be Immutable #263

chadhietala opened this issue Oct 4, 2018 · 1 comment

Comments

@chadhietala
Copy link
Collaborator

For the most part a Transition is immutable. The exception to this is query params. We should investigate a strategy where we Transitions are always immutable.

@betocantu93
Copy link

I just got an error because of this, the query params get mutated while being stringified for comparation. Here is a detailed issue report:

#340

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