mirrorjs/mirror

支持 react 16.8.x hooks吗?

zhouchengcom opened this issue · 1 comments

支持 react 16.8.x hooks吗?

mirror 对 React 的依赖是 peerDependencies,也就说 mirorr 会依赖你自己项目所依赖的 React。

mirror 对 React 的版本要求是 >=15,因此你自己的项目指定依赖 16.8.x 即可。