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
that would be great but I think we shouldn't parse anything that came out from the db. This look like very much foot gunning and not trusting yourself.
Expected Behavior
I should be at the profile setting page and see the profile setting
Current Behavior
Detective work
getProfileSettings()
is call when rendering the profile setting pageprofileSettings
entity so it return nullreturn { data: profileSettingFormSchema.parse(res), error: null };
and this throw errorPossible Solution
profileSettings
for themSteps to Reproduce
The text was updated successfully, but these errors were encountered: