core
core copied to clipboard
feat(effectScope): add `active` property getter
Close #6186
The problem with this change is that now we communicate via our types that it's fine to mutate this property in userland - it's part of the types, after all. But that's not* what people should be doing.
So I think a better solution would be to have a dedicated getter for retrieving this information.
The problem with this change is that now we communicate via our types that it's fine to mutate this property in userland - it's part of the types, after all. But that's not* what people should be doing.
So I think a better solution would be to have a dedicated getter for retrieving this information.
Updated,Thanks for your suggestion.