Results 31 comments of zzswang

用户登录进来后,你应该换成自己系统分发的 token 或者其他 session cookie 之类的验证。这样以后用户每次进来,你不需要再去向微信要token 然后后台,你只需要去默默的刷新用户的token。

Created a Minimal playground before I found this issue. https://codesandbox.io/s/vigilant-mendeleev-9v7tf4?file=/src/App.js And a workaround is here if anyone need it: put following code before `` ```js useEffect(() => { setTimeout(() =>...

@malthew The rule is to avoid multi rerender happened in a really short time.

using svgr in [electron and vite](https://www.electronforge.io/templates/vite), same problem, warning like: ``` react-dom.development.js:26923 Uncaught DOMException: Failed to execute 'createElement' on 'Document': The tag name provided ('/src/aa.svg?react') is not a valid name....

> @zzswang did you figure that out? Sorry, forgot to update it. Yes, I've fixed it. > How to fix it: My project is based on electron forge. I move...

ios 16 上,在 scanCode 后调用 redirect 一定复现上述问题,有没有什么方法能绕过去?

@Anoninz 多谢 而且惊奇的发现,等200ms 是不行的

@dmitry-mightydevops I came along with same issue, do you have fixed it? Could you share your config? Thanks.