Emily Eisenberg

Results 44 comments of Emily Eisenberg

I'm now becoming more in favor of exposing `flushToStyleTag()`. People at KA have been running into problems with styles in mobile safari, where the styles aren't getting flushed in time...

@pvolok I wasn't talking about `insertRule`.

@butchler I would be personally opposed to such an API change. Not being able to pass multiple styles to `css()` gets rid of most of the things I like about...

Oh yes, that is definitely true! This will be solved by #95.

@niksajanjic We don't currently prefix selectors, but that seems like something we could probably do! Could you report that as a separate issue? I don't know what stuff needs prefixing,...

Oops, I thought I had responded to this! We don't currently support this, but it should be sorta solved by a similar solution as #10. We likely won't support the...

@ndugger Yeah, that's definitely a way to use `+` combinators currently, but it is a hack. KA uses the hack too, though, so we'll almost certainly provide a migration plan...

The original error you were seeing, ```invariant.js:44 Uncaught (in promise) Error: _registerComponent(...): Target container is not a DOM element. (…)invariant @ invariant.js:44 _renderNewRootComponent @ ReactMount.js:311 _renderSubtreeIntoContainer @ ReactMount.js:401 render @...

Okay! That API doesn't exist yet, it was just something I was thinking about a while back and never got to implementing. :P If I get around to it I'll...

@dwayne-roberts ping on this? Would love to get this merged :)