Circular structure in "getInitialProps" result of page "/home". https://err.sh/zeit/next.js/circular-structure
Home.getInitialProps = async ({ reduxStore, query }) => {
const type = query.type || reduxStore.getState().app.type;
await reduxStore.dispatch(initPage(query));
return {
namespacesRequired: ['common'],
type
};
};
toJSON() {
return '[Helper Name]';
}