material-ui icon indicating copy to clipboard operation
material-ui copied to clipboard

Client exception on website in Joy -> Sheet component

Open jgentes opened this issue 1 year ago • 1 comments

Duplicates

  • [X] I have searched the existing issues

Latest version

  • [X] I have tested the latest version

Steps to reproduce 🕹

Steps:

  1. Go to https://mui.com/joy-ui/react-sheet/
  2. Select a different variant in the playground drop-down: image

Current behavior 😯

react_devtools_backend.js:4026

   TypeError: Cannot read properties of undefined (reading 'borderRadius')
at 51990-5fbd93bc78f748d2.js:1:2247
at m (_app-4a2710dbcb7fe219.js:1:213746)
at d (_app-4a2710dbcb7fe219.js:1:18401)
at g (_app-4a2710dbcb7fe219.js:1:18697)
at _app-4a2710dbcb7fe219.js:1:20132
at _app-4a2710dbcb7fe219.js:1:14987
at Uo (framework-7a67fa94e761aaf9.js:1:134678)
at Yu (framework-7a67fa94e761aaf9.js:1:145407)
at Ji (framework-7a67fa94e761aaf9.js:1:200621)
at Xs (framework-7a67fa94e761aaf9.js:1:185223)

Expected behavior 🤔

No response

Context 🔦

No response

Your environment 🌎

This is using the latest version of Edge on Win11

jgentes avatar Sep 20 '22 15:09 jgentes

Thanks for reporting the issue. I can reproduce it as well, will fix it asap.

siriwatknp avatar Sep 20 '22 15:09 siriwatknp

Found this issue thread after I experienced a full-on client exception when browsing the Joy UI site. It happens to me any time a dropdown is used to changed variants - for any component or page.

I figured because https://github.com/mui/material-ui/pull/34408 was completed it would be fixed, but I'm still seeing it. Video attached.

Maybe that PR didn't get built or put into prod yet. Just figured I'd call this out.

https://user-images.githubusercontent.com/9972969/192169383-775a30a3-cbd4-4fae-8112-a7d8c5de8793.mp4

johndatserakis avatar Sep 25 '22 22:09 johndatserakis

Found this issue thread after I experienced a full-on client exception when browsing the Joy UI site. It happens to me any time a dropdown is used to changed variants - for any component or page.

I figured because https://github.com/mui/material-ui/pull/34408 was completed it would be fixed, but I'm still seeing it. Video attached.

Maybe that PR didn't get built or put into prod yet. Just figured I'd call this out.

https://user-images.githubusercontent.com/9972969/192169383-775a30a3-cbd4-4fae-8112-a7d8c5de8793.mp4

Thanks for reporting. I should have mentioned that even though the issue is closed but the docs have not been deployed yet. This is on me, I should have did the hotfix.

siriwatknp avatar Sep 26 '22 02:09 siriwatknp