Results 182 issues of dan

Regression in master from https://github.com/facebook/react/pull/11534. Found it thanks to the attribute fixture snapshots.

Type: Bug
Difficulty: starter
Component: DOM
good first issue
React Core Team

Re-submit of #19918. Don't know if this works yet.

CLA Signed
React Core Team

If add another method to React class and try to call it, the example throws saying it's undefined. This makes sense, as Amok doesn't really execute the code and can't...

It seems like the plugin does a bunch of FS calls for every single file. This can cause build performance issues in large projects. Could you consider caching some results?...

### `npm audit` is broken for front-end tooling by design Bad news, but it's true. See [here](https://overreacted.io/npm-audit-broken-by-design/) for a longer explanation. ### If you think you found a real vulnerability...

issue: announcement

1. Check out `reactTransform` branch 2. Add a new file to the example (e.g. `stuff.js`) 3. `npm start` the example 4. Write `require('./stuff');` in `label.jsx` Expected: the file is normally...

I think there's a missing `var` [here](https://github.com/alexkuz/additive-animation/blob/master/EasingFunctions.js#L7).

This is something silly I've been doing and recommending for a long time. Sorry! There's no need for `NoErrorsPlugin` if you use `hot/only-dev-server`. Hot updates won't blow your app away...

Hi folks! We currently link to this project from React documentation. I haven’t tried it personally but I assumed it would follow the philosophy in CRA. In particular, we don’t...

We've recently published a Beta of the new React documentation: * https://github.com/reactjs/reactjs.org/issues/3308 * https://beta.reactjs.org/ We think **it's a good time to kick off the translation effort for some of the...