AmruthPillai / Reactive-Resume

A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
https://rxresu.me
MIT License
25.88k stars 2.65k forks source link

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

Open azzazkhan opened 19 hours ago

azzazkhan commented 19 hours ago

Is there an existing issue for this?

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