gitpoint/git-point

Replace deprecated React lifecycle methods

Open

#887 aberto em 27 de ago. de 2019

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (837 forks)batch import
help wanted

Métricas do repositório

Stars
 (4.684 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

Guia do colaborador