Skip to content
Advertisement

Tag: referenceerror

ReferenceError when deploying project to Netlify

I am encountering an issue when deploying my React project to Netlify saying that my editUserInfo function within my profile-info view is not defined. Additionally, I am using React-Router to switch views in my project. This works perfectly in development and all of my links work fine until I try accessing the profile view. Other than this, the site deployed

Advertisement