idmadj
idmadj
It would be helpful to provide a `keep` option that behaves like `keepArray`, but in a more generic way: ```js const dot = new DotObject(); dot.keep = value => {...
Fixes #182
Because of an issue in pre-1.15.2 http-proxy, cors-anywhere fails with the following error whenever it is used alongside browserify: ``` TypeError: Cannot set property 'createProxy' of undefined ``` See https://github.com/facebook/jest/issues/1776...
It seems like pseudoelements/pseudoselectors/nesting are not supported, ie. styles are not inlined for nested rules. https://styled-components.com/docs/basics#pseudoelements-pseudoselectors-and-nesting For instance, this: ```js const MyElement = styled.div` color: blue; & p { color:...