anu: Could not replace react well

  1. prop-types shape isRequired
  2. Component constructor
  3. renderToNodeStream

Reproduction: https://github.com/JounQin/react-study/blob/anujs/build/base.js#L54-L58

comment anujs alias and run yarn dev, it works.

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 24 (24 by maintainers)

Most upvoted comments

好了

最近的升级如下:

  1. 解决PropTypes的share问题
var check = function () {
        return check;
    };
  1. 解决utils的inherit BUG
  2. 添加ssr模块的renderToNodeStream的支持
  3. Component添加isReactCompent方法,增强对第三方的支持

image