Erik Guntner
Erik Guntner
@sanya301 @jiehongc > Given the guest is trying to close the tab, move to a different section of the profile or click any navigation item that would take them away...
Also, consider checking out [read.cv](https://read.cv/) and their profile editor. I think the functionality is similar to what we are going for.
@paulespinosa yes
@brycelednar @edela0015 I wanted to double-check if the screens linked are the ones we're using for the account type selection. I noticed that they appear slightly greyed out in Figma,...
Thanks @edela0015 ! I'll take a look and let you know if I have any questions
@mira-kine We'll use these designs for account selection. I'll edit the ticket you're working on to include them and the new requirements.
@Joshua-Douglas here's a link to discussion regarding this topic from a little while ago in case it's any help: https://github.com/hackforla/HomeUniteUs/discussions/535
@JpadillaCoding @Joshua-Douglas thanks for checking this out! Looks like the Node version was the main culprit. I was running Node v20 while MSW doesn't have support for v18+. That would...
@Joshua-Douglas @JpadillaCoding I made some new updates to this that I think cleaned up some of the issues with the original changes. - I removed any usage of `import.meta.env.VITE_HUU_API_BASE_URL` that...
>I'm using node version 21.7.1 and every test is passing except for ForgotPassCode.test.tsx. Hmm could you provide more info for this? Might be a Node v21 issue? > Oddly enough...