mayankagarwal09 / dev-portfolio

A fully customizable developer portfolio website made in react with dark mode support
https://dev-portfolio-mayankagarwal09.vercel.app
MIT License
264 stars 130 forks source link

added react-error-overlay to propery display react errors #6

Closed dwong4013 closed 2 years ago

dwong4013 commented 2 years ago

There is an iframe that blocks the pointer events on the page, thus preventing clicking of any links. This iframe is supposed to render the error log from react during development, and in the current branch, the error is due to a prop type violation. However, that error doesn't get rendered, instead an invisible iframe is rendered on top of the whole page.

This update adds react-error-overlay as a dev dependency and now properly renders the react error.

vercel[bot] commented 2 years ago

Someone is attempting to deploy a commit to a Personal Account owned by @mayankagarwal09 on Vercel.

@mayankagarwal09 first needs to authorize it.