Angel

Results 2 comments of Angel

> I am trying to make it work but apparently, this does not work anymore > > ``` > const authMiddleware = auth( > (req) => intlMiddleware(req), > { >...

I'm facing the same problem. After trying to avoid as many renders as posible (such as memoization, caching `getRootProps`, etc..) , it seems that the only solution here is adding...