mayankagarwal09 / dev-portfolio

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

About section not loading on portfolio (possible API error) #24

Closed pchaudhary12 closed 1 month ago

pchaudhary12 commented 3 months ago

I am trying to create my Portfolio, but I was running through an error, the "about" section is not loading on the localhost, it is giving this error: "react-dom.development.js:67 Warning: Legacy context API has been detected within a strict-mode tree.

The old API will be supported in all 16.x releases, but applications using it should migrate to the new version.

Please update the following components: RevealBase " All the other parts of the website is working, I went through the React help forums but cannot really solve as React is not my expertise. Please let me know how to resolve this

Thank You Pruthvi Screenshot 2024-06-02 200515

amiii123malviya commented 1 month ago

is this issue still active??

pchaudhary12 commented 1 month ago

This is solved, it was really simple, the issue it was causing was that when you copy paste a commend or text from other document to the JSON file, it changes the JSON formatting and causes the error. Closing the issue