Maja Wichrowska

Results 9 issues of Maja Wichrowska

This checks if the build passes when svgo is turned off. Notably, it currently doesn't! 🎉 That is due to the xml tag in our example svgs. I don't know...

This should maybe be an option instead of the default. We're going to eventually need to prevent people from selecting date ranges that include blocked dates.

enhancement
pull request wanted

I have a need to inject some global CSS at the root separate from the component-based pipeline. Right now, I'm duplicating a lot of the code in `injectStyleOnce` (https://www.github.com/Khan/aphrodite/blob/master/src/inject.js#L181-197), but...

@supports and @media selectors do not actually have greater specificity than their non-wrapped counterparts. As such, if I have the following code: ``` const styles = StyleSheet.create({ container: { background:...

Hello! I have written a custom selector handler for Aphrodite which aims to prefix the style definitions with a particular context (https://github.com/airbnb/react-with-styles-interface-aphrodite/blob/9c68a90f9670b089a88c81bbcdf4937bb60f034a/src/utils/withRTLExtension.js). One thing I've found though is that manipulating...

For some reason, having a `withStyles` wrapped component as a child of a `TransitionGroup` breaks things and prevents the lib from seeing `componentWillLeave` and other lifecycle methods it needs access...

When an initial screenshot is taken with happo of a new example, there is no indication of whether or not any of the content is rendered outside of the viewport....

Would be good to have. Not sure if any changes are necessary beyond the peer dep bump.