funk101
windowHandler: (oI) => { return { ...oI, location: { ...oI.location, setHref: (href) => { Router.push(href); }, }, }; },