Restore Loading import in layout-client after pool gate removal
Some checks failed
DB migration compat / Check if migrations changed (push) Has been cancelled
DB migration compat / Back-compat — Current branch migrations with ${{ needs.check-migrations-changed.outputs.base_branch }} branch code (push) Has been cancelled
DB migration compat / Forward-compat — Current branch code with ${{ needs.check-migrations-changed.outputs.base_branch }} branch migrations (push) Has been cancelled
DB migration compat / No migration changes (skipped) (push) Has been cancelled

DevEnvironmentHealthGate still renders <Loading /> while checking health.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Madison 2026-06-01 15:32:50 -05:00
parent 7071726e8b
commit dfd2d39ae7

View File

@ -13,6 +13,7 @@ import React, { useSyncExternalStore } from "react";
import { BackgroundShine } from "./background-shine";
import { ClientPolyfill } from "./client-polyfill";
import { DevelopmentPortDisplay } from "./development-port-display";
import Loading from "./loading";
import { UserIdentity } from "./providers";
import { RemoteDevelopmentEnvironmentAuthGate } from "./remote-development-environment-auth-gate";