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
Inside flush(), we don't care if there is a current component or not, we
just want to save and restore it if there is one. Rather than throwing
and catching an error that would happen often, we'll just create another
version of get_current_component() that doesn't throw.
0 commit comments