fix(docs): add missing imports for CurlBlock and resolveApiBase#214
Open
GBOYEE wants to merge 1 commit into
Open
fix(docs): add missing imports for CurlBlock and resolveApiBase#214GBOYEE wants to merge 1 commit into
GBOYEE wants to merge 1 commit into
Conversation
The docs page was using CurlBlock and resolveApiBase without importing them. This was likely accidentally removed during a previous merge, breaking the build.
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. |
Author
|
Hey — this is a small fix that clears up a broken build on The docs page was referring to 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 ( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary\n- Adds missing
import { CurlBlock }andimport { resolveApiBase }tosrc/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)