To test the components outside of TNEW we need a session key. As there is no point going through the palava of setting up a shared session service there is some manual work required.
const sessionKey = window.dataLayer.find(function (e) {
return e.hasOwnProperty('session')
}).session.key
const encodedSessionKey = btoa(sessionKey)
console.log(encodedSessionKey)
The cookie is set to expire after 20 minutes. If you use a component multiple times it is possible errors might occur in TNEW. If this happens refresh TNEW to get a new session, and run through the steps above again to continue testing.
Example links will appear when you've created a session key cookie.