React Hook useEffect has a missing dependency: 'store'. Either include it or remove the dependency array. You can also do a functional update 'setStore(s => ...)' if you only need 'store' in the 'setStore' call react-hooks/exhaustive-deps
I am getting this warning. how to fix please help
