mirror of
https://github.com/stack-auth/stack.git
synced 2026-07-20 21:29:36 +08:00
- Make HexclaveAgentReminders snippet self-contained: the component referenced a sibling module export that Mintlify does not bring into scope when the component is imported, throwing a ReferenceError on the setup, AI integration, and CLI pages (and home). Inline the value in the component and update the generator that produces this snippet. - Add the missing sdk-type-components import to connected-account.mdx so CollapsibleTypesSection and friends are defined (SDK ConnectedAccount page rendered empty otherwise). Co-Authored-By: aman <[email protected]>