react-sticky-table icon indicating copy to clipboard operation
react-sticky-table copied to clipboard

chore: update peer dependency: react-dom@>=16.0.0

Open yuan9090 opened this issue 6 months ago • 0 comments

Purpose

This update adjusts the peerDependencies of react-dom to support React 17 or 18, ensuring compatibility with projects using the latest version.

Changes

  • Updated react-dom in peerDependencies >=16.0.0 in package.json
  • No source code changes or new features introduced

Testing

Notes

This is a non-breaking change and maintains backward compatibility for most setups. No migration required for existing projects using React 18.

yuan9090 avatar Jul 10 '25 18:07 yuan9090