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
Navigating to the Run History page of a CronWorkflow experiment renders a completely blank page. The issue does not occur for non-cron (one-time) experiments.
Browser console shows
Uncaught Error: Minified React error #311; visit
https://reactjs.org/docs/error-decoder.html?invariant=311 for the full
message
React error #311 = "Cannot update a component while rendering a
different component" — caused by a Rules of Hooks violation.
Context
Two previous PRs attempted to fix related blank page issues but did not address this specific cause:
Navigating to the Run History page of a CronWorkflow experiment renders a completely blank page. The issue does not occur for non-cron (one-time) experiments.
Browser console shows
React error
#311= "Cannot update a component while rendering adifferent component" — caused by a Rules of Hooks violation.
Context
Two previous PRs attempted to fix related blank page issues but did not address this specific cause:
Neither addressed the conditional hook call in RightSideBarV2.tsx which is the root cause for CronWorkflow specifically.
Screen.Recording.2026-04-30.at.10.42.42.AM.mov