You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should make sure everything related to signals work out of the box for UI unit tests. We should make sure we have test coverage for such test cases.
For reference, two things are needed for signals to function:
Initializing the SignalEnvironment. This is normally done through VaadinService::init.
ComponentEffect only works for components that are attached.