gitpoint/git-point

Replace deprecated React lifecycle methods

Open

#887 建立於 2019年8月27日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)JavaScript (4,684 star) (837 fork)batch import
help wanted

描述

As suggested in https://github.com/gitpoint/git-point/pull/862#issuecomment-524167180, and more potential problems can be discovered by StrictMode.

  • componentWillMount
    • user/screens/starred-repository-list.screen.js
  • componentWillReceiveProps
    • auth/screens/events.screen.js
    • auth/screens/language-setting.screen.js
    • auth/screens/user-options.screen.js
    • notifications/screens/notifications.screen.js
    • organization/screens/organization-profile.screen.js
  • componentWillUpdate
    • None

貢獻者指南

Replace deprecated React lifecycle methods · gitpoint/git-point#887 | Good First Issue