Results 918 comments of dan

>I had this issue with npm link (in a parcel app), the npm link .../whatever/node_modules/react doesn't seem to resolve it, works fine with non-hook components though Do you mind creating...

Is there a sandbox reproducing this? Ideally without a framework.

What is the latest proposal in this thread? I think the issue has stalled because there was no single proposal that people could get behind. It would help to flesh...

What is your plan for `defaultMuted` vs `muted`, controlled vs uncontrolled, server rendering?

Sorry, I appreciate your intent but this is not helpful and does not move the thread forward. This thread has stalled because it doesn't have a concrete proposal. If you...

React, in general, needs to take every scenario into account. :-) It doesn't do that for arbitrary attributes that don't have special behavior because... they don't have special behavior. In...

In React, generally saying, JSX attributes specify the *current* value rather than the *initial* one. ```js ``` means that if `myState` gets set by some other part of the code,...

Would someone like to submit a PR for the proposal in https://github.com/facebook/react/issues/10389#issuecomment-762197249? I'm not saying the team will necessarily accept it but it would help to get this rolling. I...

> still no solution There very much _is_ a solution. As always, when some DOM feature is not exposed via React, you need to use a ref. For example, like...

>Right. __REACT_DEVTOOLS_GLOBAL_HOOK__ is a global variable (because of how the extension works) but it should be thought of as React internals and should not be overridden. I did suggest overriding...