mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
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
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:
parent
7071726e8b
commit
dfd2d39ae7
@ -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";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user