I\'m trying to get the latest redux state in getServerSideProps like this :
export const getServerSideProps = async (ctx) => { const state = store.getState