PERINGATAN: Tidak dapat memperbarui selama transisi negara yang ada (seperti di dalam `render`). Metode render harus menjadi fungsi murni dari alat peraga dan status.

Instead of history.push, try using the Redirect component from react-router-dom instead. So instead of history.push('/blog');, try return <Redirect to="/blog" />
Corner Camper