I'm currently learning React.js and I am trying to deploy my first project (a portfolio website) to github pages, but everytime I deploy my project I encounter this error.
The error I encounter in javascript console after deploying the app is:
Error
at x (main.aff51ebf.js:2:150226)
at H (main.aff51ebf.js:2:155630)
at Eo (main.aff51ebf.js:2:65746)
at Su (main.aff51ebf.js:2:122986)
at bs (main.aff51ebf.js:2:111922)
at gs (main.aff51ebf.js:2:111850)
at ms (main.aff51ebf.js:2:111713)
at ls (main.aff51ebf.js:2:108493)
at as (main.aff51ebf.js:2:107044)
at k (main.aff51ebf.js:2:141086)
I tried googling this error, but google results won't show anything related to it. I'm guessing it has to be a syntax error in the src folder somewhere and when it builds the project to main.aff51ebf.js that it doesn't like it? Although, I've looked everywhere and can't find a syntax error. I've been trying to resolve this for the past day.
Stackoverflow for some reason isn't allowing me to paste all my code so I provided the github repo.
Here is the github repo: https://github.com/brdxn/brdxn.github.io