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
Don't actively pop-up errors unless editors are read-only
The previous code tried to do this, but wrongly - by checking for
readOnly at mount time (when it's never set) instead of checking the
current state (which changes as we switch from request to breakpoint
etc).
0 commit comments