Skip to content

fix(docs): add missing imports for CurlBlock and resolveApiBase#214

Open
GBOYEE wants to merge 1 commit into
Agentpay-Org:mainfrom
GBOYEE:fix/docs-missing-imports
Open

fix(docs): add missing imports for CurlBlock and resolveApiBase#214
GBOYEE wants to merge 1 commit into
Agentpay-Org:mainfrom
GBOYEE:fix/docs-missing-imports

Conversation

@GBOYEE

@GBOYEE GBOYEE commented Jun 29, 2026

Copy link
Copy Markdown

Summary\n- Adds missing import { CurlBlock } and import { resolveApiBase } to src/app/docs/page.tsx\n- These were likely removed during a previous merge, breaking the build (all PRs failing CI)\n\n## Build result\n- ✓ Compiled successfully (was: Failed to compile)

The docs page was using CurlBlock and resolveApiBase without importing them.
This was likely accidentally removed during a previous merge, breaking the build.
@GBOYEE

GBOYEE commented Jun 29, 2026

Copy link
Copy Markdown
Author

Build now compiles successfully — the only failing tests (Header.test.tsx) are pre-existing on main and unrelated to this fix. This PR unblocks CI for all other open PRs.

@GBOYEE

GBOYEE commented Jun 29, 2026

Copy link
Copy Markdown
Author

Hey — this is a small fix that clears up a broken build on main that's been blocking CI for all open PRs.

The docs page was referring to CurlBlock and resolveApiBase without importing them — probably slipped through during a merge. The result: every PR's CI was failing even though the individual changes were fine.

Just added the two missing imports. That's it.

Once merged, the CI on these should turn green:

Build compiles cleanly on my end. The couple of failing tests (Header.test.tsx) are a pre-existing issue on main, unrelated to this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant