dillon1000/react
Commit
Browse files Don't override use-sync-external-store peerDeps (#22882)
Usually the build script updates transitive React dependencies so that they refer to the corresponding release version. For use-sync-external-store, though, we also want to support older versions of React, too. So the normal behavior of the build script isn't sufficient. For now, to unblock, I hardcoded a special case, but we should consider a better way to handle this in the future.
Changed paths3 files
First-parent comparisonpackages/use-sync-external-store/package.json ModifiedM scripts/release/publish-commands/parse-params.js ModifiedM scripts/rollup/build-all-release-channels.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…