Add React 19 Support
ahooks peerDependencies only allow "react": "^16.8.0 || ^17.0.0 || ^18.0.0", add React 19 support plz.
啥时候能支持react 19呀
在package.json 添加如下即可支持
"overrides": {
"ahooks": {
"react": "^19.0.0"
}
}
在package.json 添加如下即可支持
"overrides": { "ahooks": { "react": "^19.0.0" } }
If there are no additional code changes with React19, submitting a PR to modify peerDependencies in package.json should be a better way.
加了
npm view ahooks peerDependencies is still { react: '^16.8.0 || ^17.0.0 || ^18.0.0' } Please, update it
npm view ahooks peerDependencies is still { react: '^16.8.0 || ^17.0.0 || ^18.0.0' } Please, update it
@degibons Need to wait for the new version release
Please update it.
3.9.0 已支持