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
At the moment if the error is thrown on UI runtime, the user will see traces. We can handle this behavior with error boundary to show some error screen.
Description
At the moment if the error is thrown on UI runtime, the user will see traces. We can handle this behavior with error boundary to show some error screen.