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

V1 #91

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from
Draft

V1 #91

wants to merge 15 commits into from

Conversation

back2dos
Copy link
Member

Two main issues remain:

  1. update to parent implicit contexts triggers rerender even when it shouldn't (see https://github.com/MVCoconut/coconut.ui/runs/4364173113?check_suite_focus=true#step:9:49)
  2. @:controlled attributes don't seem to be working properly (might be an issue in tink_hxx), because something goes wrong during typing.

The first one isn't really blocking, it's actually a rare situation and doesn't cause wrong behavior - just wastes CPU cycles. The second one I was able to workaround with State.compound(Observable.auto(() -> field), v -> field = v). With that I was able to confirm that it works on complex projects.

@back2dos back2dos added this to the 1.0 milestone Nov 30, 2021
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.

1 participant