Orthocorp / orthoverse-avatars

0 stars 0 forks source link

Name and Skin do not update correctly until user makes an edit #52

Closed kf106 closed 1 year ago

kf106 commented 1 year ago

There's something wrong with the useEffects which means that although the design object contains the right information, the skin avatar does not display them until you make an edit.

Similarly, the name text field shows red to begin with because it's detecting your name as not being your name or some other misjudgement (perhaps length is computed as 0) is causing it to incorrectly render with a red border.

kf106 commented 1 year ago

This seems to be a general problem in React/Redwood, related to login sessions persisting even when you close all tabs. It seems to work well enough for now though.