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
Isolate SSR operations with fresh PlatformRenderer instances
Always creating a new `PlatformRenderer` ensures better state isolation across server-side rendering calls. This prevents potential state pollution from previous operations and improves rendering reliability.
0 commit comments