Relative Content

Tag Archive for reactjsreact-hooksstatereact-context

Value not being passed to addStoreId

Although the expected value is being retrieved by the retrieveStoreId method (as checked through logging the result of the function call), updating storeId state through context method addStoreId is failing (i.e., returning null all the time). Following is my context file and the state updating code using useEffect: