Jan Kassens
Jan Kassens
The presence of `size` and `length` confused me, adding a small comment to make it more clear for future readers.
Use a getter to warn (once) when a deprecated property is used.
The babel preset currently doesn't seem to correctly transform arrow functions as class properties: ``` javascript class Foo { boundMethod = () => { return this; } } ``` Output...
The current detection is based on globally installed variables, like `window.jQuery.some.version`. This used to work pretty well, but these days more and more pages are switching to bundlers like webpack....
http://facebook.github.io/react/
Sometimes, product code might only be interested in the existence of an object. Currently, this forces a workaround of either querying `__typename` or adding a bool field like `has_thing`. It...
- `~/.yarn/cache` is now restored from an hierarchical cache key, if no precise match is found, we fallback to less precise ones. - The yarn install in `fixtures/dom` is also...
These values are never imported into `ReactFeatureFlags.www.js`, so they're never used: - `allowConcurrentByDefault` - `consoleManagedByDevToolsDuringStrictMode` These values are never set in the WWW module, so they're always `undefined` on www:...
This was always set to true, I think we can clean this feature flag up.