Andrew Rasmussen

Results 10 issues of Andrew Rasmussen

I believe this is a problem with asyncConnect containers where updating context does not properly propagate updates to children. I had to create a wrapper around react-redux's connect to get...

question

I have a container component that renders several other container components. Some of those children container components don't show up in the router match but still have data they need...

question

We've got an awesome setup with webpack, react, redux, babel, react-router, server-side rendering, and redux-async-connect. We're looking to introduce code splitting by route via loadable-components. Everything is working well, except...

See screenshot: ![image](https://cloud.githubusercontent.com/assets/969540/16288597/56502864-38a2-11e6-8536-65d206b1dc72.png) Looks like the problem is the `overflow: hidden` set on the `` with class `rd3-chart`.

I see https://github.com/esbullington/react-d3/issues/209 and am wondering if this still stands? It'd be awesome if the LineChart API offered a way to have two Y axes rather than needing to work...

Here's my configuration: ```es6 import ReactHTMLEmail from 'react-html-email'; ReactHTMLEmail.injectReactEmailAttributes(); ReactHTMLEmail.configStyleValidator({ strict: true, warn: false, platforms: [ 'gmail', 'gmail-android', 'apple-mail', 'apple-ios', ], }); ``` Then here's the warning I get even...

Give your API components, I don't see a way to create multiple items in a single row. What if I'd like to have 2 boxes of equal size, side by...

`Style property padding supplied to Item, in outlook: padding for p, div and a tags is not supported` The `Item` component adds the padding to a `` so this warning...

Hi Thomas, thanks so much for making and maintaining this library - it's incredibly useful. I'm having an issue where Google Analytics will register page views but not update the...

## What's going wrong? - pm2 daemon crashes (coredump logged in `/var/log/messages`) ## How could we reproduce this issue? - it doesn't seem to reproduce consistently. maybe 10% of our...