You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Safari has issues with rendering the CircularProgress component. The CPU load rises rapidly and the page freezes. Moreover, the circle looks odd since it is shown in a fully closed fashion.
Link to minimal working code that reproduces the issue
<CircularProgress size={80}/>
Versions
Material-UI: v1.0.0-alpha.21
React: 15.6.1
Browser: Safari (tested on macOS 10.12.6 and iOS 10.3.3)
The text was updated successfully, but these errors were encountered:
kaYcee
changed the title
[CircularProgress] Issue with
[CircularProgress] Issue with Safari browser
Jul 7, 2017
Problem description
Safari has issues with rendering the CircularProgress component. The CPU load rises rapidly and the page freezes. Moreover, the circle looks odd since it is shown in a fully closed fashion.
Link to minimal working code that reproduces the issue
<CircularProgress size={80}/>
Versions
The text was updated successfully, but these errors were encountered: