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

Fix setState crash when a component defines the state type as a Function1 subtype #295

Merged
merged 1 commit into from
Oct 9, 2019

Conversation

shadaj
Copy link
Owner

@shadaj shadaj commented Oct 9, 2019

Fixes #294

@shadaj shadaj added this to the v0.6.3 milestone Oct 9, 2019
@shadaj shadaj changed the title Fix setState crash when a component defines the state type as a Seq Fix setState crash when a component defines the state type as a Function1 subtype Oct 9, 2019
@shadaj shadaj force-pushed the component-seq-state-crash branch from 460a4f1 to c899120 Compare October 9, 2019 16:58
@shadaj shadaj merged commit 933f5a8 into master Oct 9, 2019
@shadaj shadaj deleted the component-seq-state-crash branch October 9, 2019 17:17
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

Successfully merging this pull request may close these issues.

Using scala collections as a state can cause runtime errors
1 participant