Brian Vaughn

Results 50 issues of Brian Vaughn

tl;dr React is passing "A cross-origin error was thrown" to `componentDidCatch` when there are no cross-origin scripts. See [this discussion thread](https://github.com/facebook/react/pull/10353#issuecomment-321528685) and [this repro case](https://github.com/tessin/tessin-mini). I was able to confirm...

Component: DOM
Type: Needs Investigation
React Core Team

### What version of React, ReactDOM/React Native, Redux, and React Redux are you using? - React: 0.0.0-experimental-e7d0053e6-20220325 - ReactDOM: 0.0.0-experimental-e7d0053e6-20220325 - Redux: 4.2.0 - React Redux: 8.0.2 Here is a...

bug

https://twitter.com/brian_d_vaughn/status/1607018853401530369?s=46&t=LSI_UxlS8jH0cD_9FD4GGA

https://twitter.com/brian_d_vaughn/status/1607020448067506190?s=46&t=LSI_UxlS8jH0cD_9FD4GGA

Panels in VS Code can be fully _collapsed_ when shrunk past a certain point. https://user-images.githubusercontent.com/29597/209335964-d77100b8-8a81-4c21-9b9c-2aa18474076e.mp4 This is an interesting UX that might be worth copying (if it can be done...

This feature relates to several new React APIs: concurrent mode, suspense, and server rendering / hydration # Background info When hydrating server-rendered content, React starts working on the outermost Suspense...

Component: Developer Tools
React Core Team

Related issue: https://github.com/bvaughn/react-error-boundary/issues/143 I'm currently using ParcelJS to build several React component libraries, including react-error-boundary. The main entry point for this library, `index.ts`, declares a `"use client"` directive: ```ts "use...

:raising_hand_woman: Feature
🐡 JS Codegen

Given source code like so: ```tsx export default function Foo({ bar }: { bar: string }) { return {bar}; } ``` Parcel output looks like this: ```js var $b2QPe$reactjsxruntime =...

:speech_balloon: RFC
Stale Ignore

**Note** this issue has some overlap with FAQ section issue #29. We revamped the docs, but there are a few guides that are missing and that I think are essential....

good first issue
difficulty: beginner
type: documentation

Here is a Replay recording with comments: https://app.replay.io/recording/318114a4-3102-4732-ad1b-cb63b9c0ac22 I think the comments I've added show the following scenario: 1. A React component (`Subscriber`) uses `useSyncExternalStore` to read from a mutable...

Type: Bug