Closed Meshkat-Shadik closed 2 years ago
hey, have you found a way? If so could you please share it?
hey, have you found a way? If so could you please share it?
nope!
hey, have you found a way? If so could you please share it?
nope!
Just return the new state from the function instead of yielding or emitting it directly. Then store this new state in a variable inside the event handler and emit it.
hey, have you found a way? If so could you please share it?
nope!
Just return the new state from the function instead of yielding or emitting it directly. Then store this new state in a variable inside the event handler and emit it.
I hope that's the way!
Previously we've used these code blocks for reusing the same functionality to do Login and Registration
and we accessed this method as like,
What should we do now??