elquimista
elquimista
@marksim thanks for your quick solution. it worked like a charm. I've been really fixing my hair for over an hour for this problem. :+1:
@geoffharcourt I'll update README. Did you mean I put the PR description into the next commit desc? I thought GitHub will automatically put the PR desc into the merge commit...
@geoffharcourt I'll do that then, no problem. Which one do we do exactly btw, Squash or Rebase?
I already have been using `react-app-rewired` for a while, and tried to use this with webpack config overridden, but hitting `localhost:1337` explodes. ``` /Volumes/313/Amt_4/031_knocknock/Manager AF/manager-af-web/node_modules/serve-static/index.js:121 next() ^ TypeError: next is...
It's already been couple of months since I switched to vim. I am not a ST user anymore ðŸ˜
I can confirm using `SCONSIFY_PASSWORD` env var works for me.
@fabiofalci I don't know either. cc @evamvid
While we wait for this package to be updated, this works for me for now: ```jsx import ReactImageFallback from 'react-image-fallback' const UNSAFE_LIFECYCLE_METHOD_NAMES = [ 'componentWillMount', 'componentWillReceiveProps', 'componentWillUpdate', ] function renameUnsafeLifecycleMethods...
Ok. Please keep me updated on this issue when you release the new version. Thanks.
I have a similar issue, but this is more like an upside-down cursor problem. See screenshot: My cursor is actually on the opening curly brace in the screenshot (col 14),...