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
Copy file name to clipboardExpand all lines: apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.test.tasks.$taskParam/route.tsx
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1185,14 +1185,20 @@ function ScheduledTaskForm({
1185
1185
<LabelhtmlFor={region.id}variant="small">
1186
1186
Region
1187
1187
</Label>
1188
+
{/* Our Select primitive uses Ariakit under the hood, which treats
1189
+
value={undefined} as uncontrolled, keeping stale internal state when
1190
+
switching environments. The key forces a remount so it reinitializes
0 commit comments