ReactJs: useEffect is not updating the local variable
I am developing a skeleton for an application using the react.js with actual scenarios until the APIs are being developed. The local variable called accountType generates a dropdown in the Form component, is not getting updated. If I am console…