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
fix(qrl): handle window reference errors in server mode
Add try-catch block to handle ReferenceError for 'window' in server mode during development. Improve error message to guide developers to use 'if (isBrowser)' checks when needed.
Remove duplicate error handling code that was previously in the invoke function since it's now handled at the qrl level.
0 commit comments