I am trying to deploy my react application and its not rendering the page properly, It is throwing the below error : react-dom.production.min.js:216 TypeError: Object(…) is not a function. I have linked the screenshot of the error and the file name along with my github link of the repo.[![ link to my repo: https://github.com/AbhishekTomr/money-tracker Answer The issue is resolved now
Tag: github-pages
HTML Form onSubmit being bypassed
I’m new to HTML and JS and I’m trying to setup a “Contact” page using GitHub Pages. I am using formspree.io to submit the forms and e-mail to the app mail account. Here is the deal: I’m trying to setup a simple validation just to verify if the form fields aren’t empty (there is no […]
Can I create routes with react-router for a github-pages site?
Ok, so I’ve made a SPA using React and React-Router and have pushed it to github pages, but none of the routes I have written work when I refresh or click back in my browser. I had the same problem …
Minify JavaScript during GitHub Pages build?
I have a static website through GitHub Pages, built on Jekyll-Bootstrap. My little website includes a lot of JavaScript, and for maintainability I would like all of the JavaScript to remain human-…