Results 10 comments of Ming

Having the same issue, can't do ```npm i``` ![image](https://user-images.githubusercontent.com/2796189/68001907-2a3bb100-fca1-11e9-9838-c9667cc9a0c2.png)

@edguerrade I didn't remove the user, the user exist in my db. But after I delete and reauth the user now it worked.

Correct. I deleted everything and start over and it worked. I can't remember how to reproduce the bug though. On Wed, Feb 6, 2019, 1:33 PM Robin Wieruch I guess...

exclude: [/(tests|node_modules|\.spec\.js$)/]

不明白为什么用useCallback ``` const fetch = React.useCallback(() => { setLoading(true); // 为啥? setTimeout(() => { setCount(1); setLoading(false); }, 2000); }, []) React.useEffect(() => { fetch() }, [fetch]); ``` loading state 本身就是true,为啥重设loading为true呢?useCallback例子可以更好。

I got this issue as well, worked in front end but doesn't work in postman, I even passed the Test in the header, still got unauthorized. Need Help.

@majapw the problem is not the footer,[ react-modal](https://github.com/reactjs/react-modal) appended a layer after body, that's why react dates can't come out of it, I tried adjust z-index of react dates but...

where do I find access token?

I'm having the same issue http://stackoverflow.com/questions/38550654/socket-io-auth-doesnt-work-on-cordova-mobile

you didn't install playwright properly, run this **python3 -m playwright install**