
Atualizei para o React versão 16.0.1 e gerou o erro "Uncaught TypeError: ReactIs.isMemo não é uma função". Eu também atualizei o react-redux v6.0.0
Responder1
Altere o package.json:
"react": "16.12.0", (or higher)
"react-is": "^16.13.1",
Então corra:
npm install [email protected]
npm install react-is@latest
npm install