Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

点击候选人详细信息中的评论 Chip 时出现栈溢出 #15

Closed
Enter-tainer opened this issue Jun 23, 2020 · 3 comments
Closed
Labels
bug Something isn't working

Comments

@Enter-tainer
Copy link

点击被码掉的 Chip 时,控制台出现栈溢出的报错
image

image

出错位置的代码与焦点相关

image

猜测与 mui/material-ui#10341 是同一个问题,即

I got this error when using a Popover inside my Dialog with focus on an Input, i found this issue by google and solved it by adding disableEnforceFocus when the input was focused and the Popover is visible, I think this issue is enough 👍

如果猜想正确,在 https://github.com/UniqueStudio/UniqueRecruitmentDashboard/blob/cdda9ff924865375d1ca0dc185b81603d78ae748/src/views/Candidates.tsx#L73 加上 disableEnforceFocus 即可以解决

@winderica
Copy link
Collaborator

感谢反馈。
我好久没维护了,之后会bump一下依赖版本(虽然记得这个问题之前修过

@winderica winderica added the bug Something isn't working label Jun 23, 2020
@winderica
Copy link
Collaborator

发现在这里已经修过了,只是还没部署。

@ManiaciaChao
Copy link
Contributor

看起来我们需要重新部署一下CI

winderica pushed a commit that referenced this issue Jun 5, 2021
…-fetch-2.6.1

Upgrade: Bump node-fetch from 2.6.0 to 2.6.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants