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
Using $effect.pending() and passing async data from {@const} to a component seems to block navigation to a page after the first attempt. Removing $effect.pending() works and passing async data from script block works.