FEC-corgis / Jenny-Service-Reviews

Airbnb-styled service-oriented architecture app that generates, persists, and displays product data. Built with MERN, React Styled Components, & React Router DOM.
1 stars 0 forks source link

Added eslint and test suite. #7

Closed jhou12 closed 3 years ago

jhou12 commented 3 years ago

@manedurphy @pauly-van @slava000 Any tips on server side would be appreciated, getting an error that says "invalid hook call" telling me to go to https://reactjs.org/link/invalid-hook-call that says it may be because: 1) you might have mismatching versions of react and react-dom (they are matching) 2) you might be breaking the rule of hooks (not sure which one this would be, possibly calling hooks inside of useEffect though I'm not sure how I would set state otherwise) 3) you might have more than one copy of react in the same app (not to my knowledge)