[Browser Run] Add local dev workaround for quickAction() binding#31141
Conversation
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
There was a problem hiding this comment.
1 issue to address before merge.
MEDIUM — src/content/docs/browser-run/quick-actions/index.mdx lines 44–77: Two caution admonitions in the same ### Workers binding section violates the style guide limit of one per section. Please merge them into a single caution.
LOW — src/content/docs/browser-run/reference/wrangler.mdx line 82: The generic npx wrangler dev command appears directly after a caution stating Quick Actions require --remote in local development. Consider adding a qualifier (for example, “For general binding testing, run …”) to avoid confusion.
Suggested labels: browser-run, documentation.
|
Posted a review on PR #31141. Summary:
Suggested labels: No build-breaking issues (MDX syntax, imports, links) were found. |
Review⏸️ Automatic reviews for this PR are paused. This PR has already received 2 automatic reviews. To run another review, a codeowner can comment
✅ No style-guide issues found in commit CommandsOnly codeowners can run commands. Post a comment with the command to trigger it.
|
|
LGTM |
What
Adds callouts documenting that the
.quickAction()Workers binding method does not yet work in local development mode (wrangler dev). Users must use--remoteor set"remote": truein their browser binding config.Why
A customer (Ramp) hit this issue immediately after the changelog post went out. The error message (
The RPC receiver does not implement the method "quickAction") is not obvious. This is a temporary workaround until BRAPI-1213 ships local support.Where
/browser-run/quick-actions/) - new caution callout in Workers binding section/browser-run/reference/wrangler/) - new caution callout below compat date note2026-05-28) - new note callout about local dev limitationRelated