chore(guide): satisfy React type peer dependency [Codex] - #1343
Conversation
Add the existing React type package as a guide development dependency to satisfy workspace peer requirements.
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
Guide Cloudflare deployment⛅️ wrangler 4.114.0 To deploy this version to production traffic use the command wrangler versions deploy Changes to non-versioned settings (config properties 'logpush' or 'tail_consumers') take effect after your next deployment using the command wrangler versions deploy Changes to triggers (routes, custom domains, cron schedules, etc) must be applied with the command wrangler triggers deploy |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
guide | 640c735 | Commit Preview URL Branch Preview URL |
Sep 13 2026, 02:29 PM |
Cloudflare deploymentDeployement ID: 2b90e19c-d141-4ab8-a251-822046747137 ⛅️ wrangler 4.114.0 ✨ Uploading _redirects |
The guide workspace emitted a peer-dependency warning because packages in its dependency tree request @types/react, while the workspace did not provide it.
This adds the already-locked React type package as a development dependency, matching the docs workspace and satisfying the guide's peer requirements without changing the production dependency graph.