-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Detect Map mutations #55
Comments
@cehoffman The |
stale since 2016 |
@bigopon not considered for au2? |
it can be done for au2, just haven't started. |
Besides the problem in #54 when binding an empty Map it seems that any additions to a Map instance using
map.set()
are not detected. Are maps supported with virtual repeat? I thought that was part of abstract repeat strategy. The only way I've been able to get anything to show with a map is to go through a value converter that produces an array and even when I do that any changes in the map are not pushed through the value converter.The text was updated successfully, but these errors were encountered: