mui / material-ui

Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.
https://mui.com/material-ui/
MIT License
93.74k stars 32.24k forks source link

CircularProgress broken before redirect #44133

Open FabioZan86 opened 1 week ago

FabioZan86 commented 1 week ago

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

aarongarciah commented 6 days ago

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

FabioZan86 commented 5 days ago

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 commented 7 hours ago

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

https://github.com/user-attachments/assets/fdfe0b44-bf89-4098-9ef2-27c3a1f23beb

mj12albert commented 7 hours ago

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