fix(create-mail): add react-dom to scaffold devDeps #376
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.
Component / Package Name:
create-mail / test-cli
This PR contains:
Are tests included?
Breaking Changes?
If yes, please include "BREAKING CHANGES:" in the first commit message body, followed by a description of what is breaking.
List any relevant issue numbers:
resolves #374
Description
Ports the
react-domscaffold fix (frommain’screate-jsx-email) intonext/v3’screate-mailgenerator, and locks it in with a CLI test assertion. No version ranges were changed.Verification
Self-review notes
test/cli/create-mail.test.ts:9-38: Left the full CLI output snapshot as-is to keep this PR scoped; the newpackage.jsonassertions cover the behavior needed for charlie: port create-jsx-email scaffold fix (react-dom) into create-mail #374.next/v3-only concerns outside this PR’s diff (e.g.test/smoke/tests/smoke.test.ts:1-29,pnpm-workspace.yaml:1-9,shared/tsconfig.base.json:1-14,test/cli/package.json:1-15,test/cli/preview-build-path.test.ts:1-51,recipes/import-css/package.json:1-20,shared/vitest.config.ts:1-12). Those files are untouched here and were left unchanged to keep this change focused on charlie: port create-jsx-email scaffold fix (react-dom) into create-mail #374.