Replies: 1 comment 1 reply
-
Hi @makuko! Thanks for sharing! 🙂 Regarding the
Would you mind opening a PR for the scope checking? For the patched |
Beta Was this translation helpful? Give feedback.
-
Hi @makuko! Thanks for sharing! 🙂 Regarding the
Would you mind opening a PR for the scope checking? For the patched |
Beta Was this translation helpful? Give feedback.
-
I created my own Angular reactivity adapter to support scope checking and automatic cleanup. I think it would be nice if this was integrated into the official adapter.
At least scope checking should be included since Angular provides the neccessary method.
The thin wrapper around Angular's
effect
also seems to work flawlessly in my tests. @maxnowack It would be great to hear your opinion about potential issues with this approach.Here's the code:
Beta Was this translation helpful? Give feedback.
All reactions