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

CircularProgress broken before redirect #44133

Open
FabioZan86 opened this issue Oct 16, 2024 · 9 comments
Open

CircularProgress broken before redirect #44133

FabioZan86 opened this issue Oct 16, 2024 · 9 comments
Assignees
Labels
component: CircularProgress The React component status: waiting for maintainer These issues haven't been looked at yet by a maintainer

Comments

@FabioZan86
Copy link

FabioZan86 commented Oct 16, 2024

Steps to reproduce

Hello, I have a problem redirecting a page to oauth twitter 'x'. The <CircularProgress size={22} disableShrink={true} variant="indeterminate" /> appears broken when redirecting, any tips? thanks.
redirect_render_circularprogress

Current behavior

No response

Expected behavior

No response

Context

No response

Your environment

npx @mui/envinfo
  Don't forget to mention which browser you used.
  Output from `npx @mui/envinfo` goes here.

Search keywords: #circularprogress #mui #muimaterial

@FabioZan86 FabioZan86 added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Oct 16, 2024
@zannager zannager added the component: CircularProgress The React component label Oct 17, 2024
@aarongarciah
Copy link
Member

Hey @FabioZan86! I'm unable to reproduce the issue. Can you provide a minimal reproduction? A repo/CodeSanbox/StackBlitz would be ideal.

@FabioZan86
Copy link
Author

Hey @FabioZan86! I'm unable to reproduce the issue. Can you provide a minimal reproduction? A repo/CodeSanbox/StackBlitz would be ideal.

https://codesandbox.io/p/sandbox/vigilant-tree-n6ztjl
buttton

@mj12albert
Copy link
Member

Possible browser issue?
I couldn't reproduce this on Chrome or Firefox

44133.mov

@mj12albert mj12albert added status: waiting for author Issue with insufficient information and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Oct 24, 2024
@mj12albert
Copy link
Member

@FabioZan86 could you share your npx @mui/envinfo output as well

@akashutosh77
Copy link

CircularProgress seems to be working fine to me as well

@FabioZan86
Copy link
Author

FabioZan86 commented Oct 26, 2024

For me it still persists! you should try to click at least 10 times until you see the blank square. Could it be my Chrome has about 120 tabs open? https://codesandbox.io/p/sandbox/vigilant-tree-n6ztjl

@github-actions github-actions bot added status: waiting for maintainer These issues haven't been looked at yet by a maintainer and removed status: waiting for author Issue with insufficient information labels Oct 26, 2024
@aarongarciah
Copy link
Member

@FabioZan86 can you share a video of the issue? I'm still unable to reproduce. Also share your env info in the issue description (using npx @mui/envinfo).

@FabioZan86
Copy link
Author

FabioZan86 commented Oct 29, 2024

@FabioZan86 can you share a video of the issue? I'm still unable to reproduce. Also share your env info in the issue description (using npx @mui/envinfo).

Hello, the blank square appeared on the third click and on the last one. Regarding @mui/envinfo, it has no relation to my local project because the blank square occurs in the remote environment codesandbox. What I see is that if the browser has many tabs open this can happen. But my pc is a dell g15 i7 16gbram rtx3050... or could it be something in the code with the composite states? const [loadingStates, setLoadingStates] = useState({ isLoadingX: false, isLoadingG: false, });

WhatsApp.Video.2024-10-29.at.08.49.00.mp4

@aarongarciah
Copy link
Member

Regarding @mui/envinfo, it has no relation to my local project because the blank square occurs in the remote environment codesandbox

@FabioZan86 it's important to know which package versions are you using, which browser, which OS, etc.

After trying many times, I'm still unable to reproduce the issue. Have you been able to reproduce the issue in another computer or browser?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: CircularProgress The React component status: waiting for maintainer These issues haven't been looked at yet by a maintainer
Projects
None yet
Development

No branches or pull requests

6 participants