lauren

Results 68 issues of lauren

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #29187 * #29186 * #29185 * #29184 * #29183 * #29182 * __->__ #29181 * #29180

CLA Signed
React Core Team

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #29187 * #29186 * #29185 * #29184 * #29183 * #29182 * #29181 * __->__ #29180 Explicitly waits for the build to finish...

CLA Signed
React Core Team

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #29211 * #29214 * #29213 user's pipeline When the user app has a babel.config file that is missing the compiler, strange things...

CLA Signed
React Core Team

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #29211 * __->__ #29214 * #29213 This commit will be ignored in .git-blame-ignore-revs

CLA Signed
React Core Team

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #29211 * #29214 * __->__ #29213 Our prettier setup is all messed up after the merge, so this PR should fix things

CLA Signed
React Core Team

Reading or writing to a ref in render is a [rule of React violation](https://react.dev/reference/react/useRef). This PR updates the docs for animated to use the `useAnimatedValue` hook instead, which does use...

Partner
p: Facebook
CLA Signed

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #30829 There may still be rare instances in dev where the cache size changes between renders, so just reset the cache since...

CLA Signed
React Core Team

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #30810

CLA Signed
React Core Team

In #31140 we switched over the uMC polyfill to use memo instead of state since memo would FastRefresh properly. However this busted devtools' badging of compiled components; this PR fixes...

CLA Signed
React Core Team

I wanted to open an issue capturing some of our past discussion on adding support for React Compiler as an oxc plugin. For context, the React team reached out to...

A-transformer