metatroncubeswdev 38561e9dfe
Some checks failed
CI / Lint, Unit & Integration Tests (push) Has been cancelled
fix: add missing react-reconciler peer dependency for checkout-datetime
@shopify/ui-extensions-react's internal @remote-ui/react dependency
requires react-reconciler as a peer dependency, which npm doesn't
auto-install — esbuild failed bundling checkout-datetime with "Could not
resolve react-reconciler" since nothing in the workspace declared it.
Added explicitly to checkout-datetime's package.json at a version
satisfying @remote-ui/react's peer range (>=0.26.0 <0.30.0); npm
workspaces hoists it to the shared root node_modules automatically,
which is where @remote-ui/react's own import resolution needs it.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-12 23:48:42 -04:00
..