Computer-Progress / computerprogress.com

GNU General Public License v3.0
3 stars 5 forks source link

React does not recognize the `isHome` prop on a DOM element. #48

Open irwinschmitt opened 3 years ago

irwinschmitt commented 3 years ago

Describe the bug The following error is shown when accessing the home page:

Warning: React does not recognize the isHome prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase ishome instead. If you accidentally passed it from a parent component, remove it from the DOM element.

To Reproduce Steps to reproduce the behavior:

  1. Go to the home page;
  2. See error.

Expected behavior The application should work correctly without showing this error.

Desktop (please complete the following information):

fellipe-araujo commented 2 years ago

I will solve this issue.

fellipe-araujo commented 2 years ago

I finished this issue. PR #58