Reactive-Resume icon indicating copy to clipboard operation
Reactive-Resume copied to clipboard

[Bug] App crashes when trying to change radius on avatar

Open azzazkhan opened this issue 3 months ago • 2 comments

Is there an existing issue for this?

  • [X] Yes, I have searched the existing issues and none of them match my problem.

Product Variant

Cloud (https://rxresu.me)

Current Behavior

When changing radius of avatar a couple of times, the app suddenly crashes with the following error message.

TypeError: Cannot read properties of undefined (reading 'toString')
    at https://rxresu.me/assets/index-D_lOLxU7.js:270:45728
    at Object.qH [as useMemo] (https://rxresu.me/assets/index-D_lOLxU7.js:38:21416)
    at Ge.useMemo (https://rxresu.me/assets/index-D_lOLxU7.js:9:6253)
    at WWt (https://rxresu.me/assets/index-D_lOLxU7.js:270:45692)
    at $E (https://rxresu.me/assets/index-D_lOLxU7.js:38:17031)
    at C7 (https://rxresu.me/assets/index-D_lOLxU7.js:40:3143)
    at C$ (https://rxresu.me/assets/index-D_lOLxU7.js:40:44880)
    at A$ (https://rxresu.me/assets/index-D_lOLxU7.js:40:39822)
    at ait (https://rxresu.me/assets/index-D_lOLxU7.js:40:39748)
    at _6 (https://rxresu.me/assets/index-D_lOLxU7.js:40:39598)

Expected Behavior

The border radius of avatar should update without throwing any errors.

Steps To Reproduce

  1. Select any theme
  2. Select an avatar image (I used GitHub to login so it was already included)
  3. Try to change the radius of avatar (from edges to rounded and back)
  4. The app will crash

What browsers are you seeing the problem on?

Chrome

What template are you using?

Azurill

Anything else?

No response

azzazkhan avatar Nov 21 '24 17:11 azzazkhan