master
useLoadPotValue
export const useLoadPotValue = <T, E>( id: string, potValue: pot.Pot<T, E>, loadAction: () => void ) => {