Lifecycle hooks in functional effects, how to use it? #3905
Unanswered
thedevtoni
asked this question in
Q&A
Replies: 1 comment 1 reply
-
hi @thedevtoni , i have also been looking at this, and have not seen anything official. i have been using the ENVIRONMENT_INITIALIZER for feature effects init, i.e:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When migrating my class-based effects to functional effects, I'm trying to make the effects work with the lifecycle hooks, but somehow this is not working. is there a way to use lifecycle hooks with functional effects?
Example:
Beta Was this translation helpful? Give feedback.
All reactions