Dich

Results 1 comments of Dich

This changes will fix the issue: https://github.com/RisingStack/koa-prerender/pull/16 Replace your line 104 in index.js: `if (query && query.hasOwnProperty('_escaped_fragment_')) {` With this: `if (query && query['_escaped_fragment_'] !== undefined) {`