Andrey Fel

Results 37 comments of Andrey Fel

You are right that just switching to `tracked-built-ins` won't help here. One thought I have is to make ERRORS a getter vs a static property and calculate it based on...

I see lack of autotracking support when I define a getter on a changeset which needs to be invalidated when one of the underlying root state properties changes.

No, it is not outside. Will try to make a test for the issue I'm experiencing.

#495 illustrates the issue

I think the uniqueness of my use case is validating a derived state vs root state validated in #456.

@runspired @mixonic can you guys take a look?

@Emerson we have a similar issue which happens in the tests, but it is quite flaky. I couldn't make it fail consistently. Do you have a failing test for this?

Here is my take on this issue: https://github.com/html-next/vertical-collection/pull/324

@Emerson do you think you can try my branch in your app to see if it fixes the issue for you?