Oscar Barrett
Oscar Barrett
@javivelasco Any chance of getting this merged please?
I've done it without using classnames, e.g. ``` const Button = ({ theme }) => ( Button ); ```
@ljharb any feedback on this?
I've got a working branch based on this PR, just haven't gotten around to submitting it. https://github.com/OscarBarrett/babel-plugin-inline-react-svg/tree/feature/resolve With an example config being ```js ['babel-plugin-inline-react-svg', { root: path.resolve(__dirname, 'src'), alias: {...
Same here, except I can reproduce it only using file-loader. I'm using webpack 2.2.1, webpack-dev-server 2.4.1. open-browser-webpack-plugin 0.0.3 works fine.
I just noticed Zazu (not the helpers) was using 2.8GB of RAM. Restarting it dropped it to 36MB.
Your plugins are installed locally. When the plugins are loaded by zazu (such as when reloading the config), zazu runs a [clone](https://github.com/tinytacoteam/zazu/blob/2da7485efa8706da0a730533394b4f268788fe30/app/lib/git.js#L45) function for each plugin but that won't actually...
I ran into this with a fresh install on a new computer. Running `Reload Config` and then `Update Plugins` fixed it.
Reply-To will only be added if the header doesn't already exist. Additionally, the log stream should show either `Added Reply-To address of: ...`, or `Reply-To address not added because From...
```js const sliderIndex = getOriginalCounterPart(slider.state.currentSlide, slider.state, React.Children.toArray(slider.props.children)); ``` There's some more discussion about this [here](https://github.com/YIZHUANG/react-multi-carousel/issues/49).