Daniel Moya
Daniel Moya
Error when making `npm install` I solved this by changing in package.json: `"gulp-sass": "^2.3.2"` to `"gulp-sass": "3.0.0",` https://github.com/codecombat/codecombat/issues/4430#issuecomment-348927771 ``` npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected]...
# Bump gulp-sass from 2.3.2 to 3.0.0 😄 (This Fix Issue #40) Error when making `npm install` I solved this by changing in package.json: `"gulp-sass": "^2.3.2"` to `"gulp-sass": "3.0.0",` https://github.com/codecombat/codecombat/issues/4430#issuecomment-348927771...
## **Describe the bug** Console Warning when using ChatBot component ``` Warning: React does not recognize the `previousStep` prop on a DOM element. If you intentionally want it to appear...
Because DateTime uses a `div` as a wrapper, the prepend and append for Form Groups does not work when using DateTime Pickers ``` ``` ## Screenshot The append gets moved...