import store from "../redux/Store";
store?.dispatch(actions.setSocket({ socket }));
first save the action. Then use dispatch with that store if the component is not saved in Provider.
import store from "../redux/Store";
store?.dispatch(actions.setSocket({ socket }));