chung2014
Results
2
issues of
chung2014
There is a line `if (trueLength < str.length) str[trueLength] = '\0';`. I wonder it should be `if (index < str.length) str[index] = '\0';` instead.
I would like to use `reactstrap` with this mern-starter. But I find that I cannot start the project with `npm start` properly after I add an import statment in `client/modules/App/App.js`...