-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
Regression: Update doesn't work in CRUD sample . #109
Comments
I can reproduce this. Apparently, a function created with |
The problem is a line in the For a temporary fix, just delete the indicated line. |
Seen in the wild in this StackOverflow question. By the way, if I start playing with 0.6 before the bug fix comes should I look out for any collateral effects of the workaround in code originally written for 0.5? |
The only collateral effect is that less elements will be garbage collected. In most cases, especially when you only ever create a fixed number of DOM elements, you won't notice a difference. |
This is temporary until a proper fix for #109 can be implemented.
When i select one element in the list the form doesn't get updated. This behavior was observed using version 0.6.0.1 with ghc 7.8.4 . Using the version 0.4.2.0 works fine.
OBS.: When i tried to upgrade other application to this version i had some problems with missing events too.
Can you reproduce, this?
The text was updated successfully, but these errors were encountered: