Results 11 comments of Max Ma

Hi All, I could not find `this.$bind` in Nuxt's `asyncData()`, but I could find `this.$nuxt.$bind` in Nuxt's `asyncData`. I tried something below and no success ``` javascript data: () =>...

Same here, confusing on how to import `cx` method from `@emotion/react` instead of installing `@emotion/css`

I currently have a problem is that the previous sessionStore got delete after run regenerate() function. Not sure is it could be solved with this PR. but I think to...

#### __Please correct me if my case is a wrong use case.__ > `body` is what this middleware produce. I found in the [index.js](https://github.com/expressjs/api-error-handler/blob/master/index.js) I want to console log the...

I think I know why, after checked the `./lib/email.js` in Keystone. need to use keystone.get('email locals') to grab the data It would be good to hard code in the keystone/lib/email.js...

for me, the `redirect` method break on both synchronous and async components

Having few issues with the SSR in Gatsby. Such as: 1. could not load the persisted data correctly 2. [providing google/facebook crawling the Gatsby site](https://github.com/gatsbyjs/gatsby/issues/11245) Any solution or progress for...

I found `react-inky` does the job which is based on the foundation-email project and build for the responsive email.

+1 need to see how does **Email.render** API work with **keystone.js** I'm currently rendering email template in `keystone.view` in the design/developing process, it requires to rebuild all the data out....