djizco / mern-boilerplate

A Full MERN Stack Boilerplate for Web Apps including a local authentication system. Uses React, Express.js, MongoDB, Redux, Passport.js, Webpack, Testing, and more.
MIT License
266 stars 94 forks source link

useKeypress != useKeyPress #4

Closed falsaform closed 5 years ago

falsaform commented 5 years ago

running yarn run dev in a current clone of master will fail due to client/hooks/useKeypress.js it should be renamed client/hooks/useKeyPress.js

djizco commented 5 years ago

Should be resolved now in master. Thanks for pointing this out, made a mistake when committing to git. Sometimes git doesn't recognize when a file changes if it's only the casing that changes.