Javascript – After updating user detail, the page gets blank and I have to reload browser to display the page with updated data
When I'm trying to update user details through a modal, the page where user details are gets blank. I have to reload the browser to load the user page. User.js -> import React, { useContext, useState, useEffect } from 'react'…