Vitali Zaidman
Vitali Zaidman
fixes #1002
how to use this plugin on babel with babel-env to make it work on ie11? it fails on a `Object.assign` although i have `"transform-object-assign"` in babelrc: ``` { "presets": ["react",...
i have the following code in my program: ``` return fetchFromMock(src, fetchingOptions) .catch(() => fetchFromNetwork(src, fetchingOptions)) ``` for every "resource" in my application, i decide in build time if it...
Added a test that proves #54 (Breaks child.type comparisons) No progress on the solution of this issue yet.
currently we use ``` declare namespace React { namespace Component { const whyDidYouRender: WhyDidYouRender.WhyDidYouRenderComponentMember; } } ``` and it actually works with ``` class ClassComponentWithBooleanWDYR extends React.Component{ static whyDidYouRender =...
Hey! I wonder if "font-size-is-readable" shouldn't enforce a minimum of 16px font-size from the a11y perspective? Can this rule be configurable? From what I see, there's no standard but the...
Initial yarn-comments suggestion
it is a really hard job to convert my project to the new CordovaPlugin class right now, although ill probably do it sometime. 
breaking change: defaults drags and drops to the center of the relevant elements.