ppowell777
Well-Known Coder
I have an HTML page via React project originally generated by create-react-app that contains an external link to another website, but, for some weird reason, it acts like the external link is a part of the React project and throws an error upon clicking the link:
Thing is? There is no /static folder anywhere in my React project, much less /static/js/bundle.js file for it to find, yet, magically, it exists somewhere and is triggering an error every time I click onto a link to an external URL. This is messing up the UI/UX for users, and I have no idea how to fix it.
Any ideas? Lost
Thanks
ERROR
Script error:
at handleError (http://localhost:3000/static/js/bundle.js 30848:58)
at http://localhost:3000/static/js/bundle.js 30867:7
Thing is? There is no /static folder anywhere in my React project, much less /static/js/bundle.js file for it to find, yet, magically, it exists somewhere and is triggering an error every time I click onto a link to an external URL. This is messing up the UI/UX for users, and I have no idea how to fix it.
Any ideas? Lost
Thanks