aamay001 / react-resume

Resume Builder in React
https://resumejs.netlify.app/
107 stars 52 forks source link

Solved TypeError #103

Closed harshilparmar closed 4 years ago

harshilparmar commented 4 years ago

@aamay001 Brother, I have started working on #72.And I faced assignment error.Due to assignment of value to constant variable. I just changed const to let for newSchema type in src\helpers\migration.helper.js I have changed this because any future contributor would not face this type of error while working on this issue.

constError