Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

解决react-lifecycles-compat无法识别组件的问题 #89

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Aug 20, 2018

  1. 解决react-lifecycles-compat无法识别组件的问题

    https://github.com/reactjs/react-lifecycles-compat/blob/master/index.js#L53
    在目前的版本,编译之后`isReactComponent`并不能在`Component.prototype`中找到,到时使用到react-lifecycles-compat的组件都无法在nerv正常运行。
    lingxuan630 committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    227e84c View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. 修改函数格式以符合ts规范

    修改函数格式以符合ts规范
    lingxuan630 committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    1a0fc55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f04bd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d55bcf8 View commit details
    Browse the repository at this point in the history