Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't "schedule" discrete work if we're scheduling sync work #18797

Merged
merged 1 commit into from May 1, 2020

Conversation

sebmarkbage
Copy link
Collaborator

@sebmarkbage sebmarkbage commented May 1, 2020

This is an alternative fix to #18792. This is a convoluted bug. Settle in.

The problem is that we're adding discrete work during an unmount:

https://github.com/facebook/react/blob/master/packages/react-reconciler/src/ReactFiberWorkLoop.old.js#L463-L480

Normally this is fine because once we complete the unmount we'll clear it here:

https://github.com/facebook/react/blob/master/packages/react-reconciler/src/ReactFiberWorkLoop.old.js#L1879-L1887

That ensures that we never have any work scheduled on a root after it unmounts.

However in non-batched legacy mode the work that completes and clears it can be done synchronously here:

https://github.com/facebook/react/blob/master/packages/react-reconciler/src/ReactFiberWorkLoop.old.js#L445

That's before we add it. So once it's done, we end up adding the discrete work after we've already unmounted. Leaving work remaining that later flushes and clears the container again.

So one bug is that we should be doing this before we run the sync work. Sync work or scheduling should always come at the end of a function to avoid bugs like this.

However, the other bug is that we're scheduling this for Sync work at all. We don't need to. So I moved it to only schedule discrete for non-Sync work.

That revealed another bug. We currently flush discrete work before controlled components which is before the batched updates wrapper in events. That also flushes sync work implicitly. However, it only does that if there's discrete work scheduled. We relied on this to actually make controlled components work. So when we no longer schedule discrete work, this no longer implicitly flushes.

So I make flushing discrete always flush sync too.

@facebook-github-bot facebook-github-bot added CLA Signed React Core Team Opened by a member of the React Core Team labels May 1, 2020
@codesandbox-ci
Copy link

codesandbox-ci bot commented May 1, 2020

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 486b52e:

Sandbox Source
fragrant-glitter-rlg38 Configuration

@sizebot
Copy link

sizebot commented May 1, 2020

Details of bundled changes.

Comparing: ac533fd...486b52e

react-dom

File Filesize Diff Gzip Diff Prev Size Current Size Prev Gzip Current Gzip ENV
ReactDOM-profiling.js -0.1% -0.1% 444.03 KB 443.69 KB 77.77 KB 77.73 KB FB_WWW_PROFILING
react-dom-test-utils.production.min.js 0.0% 0.0% 13.1 KB 13.1 KB 4.8 KB 4.8 KB NODE_PROD
react-dom-server.browser.development.js 0.0% 0.0% 154.84 KB 154.84 KB 39.46 KB 39.46 KB UMD_DEV
react-dom-unstable-fizz.node.production.min.js 0.0% 🔺+0.3% 1.16 KB 1.16 KB 658 B 660 B NODE_PROD
react-dom-server.browser.production.min.js 0.0% 0.0% 22.97 KB 22.97 KB 8.53 KB 8.54 KB UMD_PROD
ReactDOMForked-dev.js -0.1% -0.1% 1.01 MB 1.01 MB 230.33 KB 230.19 KB FB_WWW_DEV
ReactDOMForked-prod.js -0.1% -0.1% 434.41 KB 434.06 KB 76.07 KB 76.02 KB FB_WWW_PROD
react-dom.development.js -0.1% -0.1% 908.34 KB 907.77 KB 199.77 KB 199.64 KB UMD_DEV
ReactDOMForked-profiling.js -0.1% -0.1% 444.81 KB 444.47 KB 77.82 KB 77.77 KB FB_WWW_PROFILING
react-dom.production.min.js -0.1% -0.1% 119.97 KB 119.86 KB 38.45 KB 38.42 KB UMD_PROD
react-dom.profiling.min.js -0.1% -0.1% 123.74 KB 123.63 KB 39.66 KB 39.62 KB UMD_PROFILING
ReactDOMTesting-dev.js -0.1% -0.1% 935.96 KB 935.4 KB 208.76 KB 208.62 KB FB_WWW_DEV
react-dom.development.js -0.1% -0.1% 864.63 KB 864.07 KB 197.24 KB 197.11 KB NODE_DEV
ReactDOMTesting-prod.js -0.1% -0.0% 390.82 KB 390.48 KB 71.16 KB 71.13 KB FB_WWW_PROD
react-dom-server.node.development.js 0.0% 0.0% 146.91 KB 146.91 KB 38.94 KB 38.94 KB NODE_DEV
react-dom.production.min.js -0.1% -0.1% 120.09 KB 119.98 KB 37.66 KB 37.63 KB NODE_PROD
react-dom-test-utils.development.js 0.0% 0.0% 75.22 KB 75.22 KB 20.15 KB 20.15 KB UMD_DEV
ReactDOMTesting-profiling.js -0.1% -0.0% 390.82 KB 390.48 KB 71.16 KB 71.13 KB FB_WWW_PROFILING
react-dom-server.node.production.min.js 0.0% 0.0% 23.27 KB 23.27 KB 8.67 KB 8.67 KB NODE_PROD
react-dom.profiling.min.js -0.1% -0.1% 123.98 KB 123.88 KB 38.82 KB 38.79 KB NODE_PROFILING
react-dom-test-utils.production.min.js 0.0% 0.0% 13.23 KB 13.23 KB 4.89 KB 4.89 KB UMD_PROD
ReactDOM-dev.js -0.1% -0.1% 1.02 MB 1.01 MB 231.67 KB 231.53 KB FB_WWW_DEV
ReactDOM-prod.js -0.1% -0.1% 433.08 KB 432.73 KB 75.93 KB 75.88 KB FB_WWW_PROD
react-dom-test-utils.development.js 0.0% 0.0% 70.06 KB 70.06 KB 19.64 KB 19.65 KB NODE_DEV
react-dom-unstable-fizz.node.development.js 0.0% +0.1% 5.5 KB 5.5 KB 1.82 KB 1.82 KB NODE_DEV
react-dom-server.browser.development.js 0.0% 0.0% 145.69 KB 145.69 KB 38.69 KB 38.69 KB NODE_DEV
react-dom-server.browser.production.min.js 0.0% 0.0% 22.87 KB 22.87 KB 8.51 KB 8.51 KB NODE_PROD
react-dom-unstable-fizz.browser.development.js 0.0% +0.1% 5.25 KB 5.25 KB 1.76 KB 1.77 KB UMD_DEV
react-dom-unstable-fizz.browser.production.min.js 0.0% 🔺+0.3% 1.19 KB 1.19 KB 696 B 698 B UMD_PROD
ReactDOMServer-dev.js 0.0% 0.0% 163.75 KB 163.75 KB 41.73 KB 41.73 KB FB_WWW_DEV
ReactDOMServer-prod.js 0.0% 0.0% 52.9 KB 52.9 KB 12.74 KB 12.74 KB FB_WWW_PROD
react-dom-unstable-fizz.browser.development.js 0.0% +0.1% 4.75 KB 4.75 KB 1.67 KB 1.67 KB NODE_DEV
react-dom-unstable-fizz.browser.production.min.js 0.0% 🔺+0.3% 1 KB 1 KB 608 B 610 B NODE_PROD

react-native-renderer

File Filesize Diff Gzip Diff Prev Size Current Size Prev Gzip Current Gzip ENV
ReactFabric-dev.js -0.1% -0.1% 638.92 KB 638.36 KB 137.13 KB 137 KB RN_OSS_DEV
ReactNativeRenderer-dev.js -0.1% -0.1% 657.88 KB 657.32 KB 141.7 KB 141.55 KB RN_OSS_DEV
ReactNativeRenderer-prod.js -0.1% -0.1% 272.22 KB 272.04 KB 47.04 KB 46.97 KB RN_OSS_PROD
ReactNativeRenderer-profiling.js -0.1% -0.1% 283.67 KB 283.48 KB 49.22 KB 49.19 KB RN_OSS_PROFILING
ReactFabric-prod.js -0.1% -0.1% 264.14 KB 263.96 KB 45.49 KB 45.45 KB RN_OSS_PROD
ReactFabric-profiling.js -0.1% -0.1% 275.56 KB 275.38 KB 47.69 KB 47.65 KB RN_OSS_PROFILING

react-art

File Filesize Diff Gzip Diff Prev Size Current Size Prev Gzip Current Gzip ENV
ReactART-dev.js -0.1% -0.1% 609.23 KB 608.68 KB 128.42 KB 128.25 KB FB_WWW_DEV
ReactART-prod.js -0.1% -0.1% 249.37 KB 249.18 KB 42.63 KB 42.6 KB FB_WWW_PROD
react-art.development.js -0.1% -0.1% 636.43 KB 635.86 KB 134.53 KB 134.4 KB UMD_DEV
react-art.production.min.js -0.1% -0.2% 107.61 KB 107.51 KB 32.68 KB 32.63 KB UMD_PROD
react-art.development.js -0.1% -0.1% 540.64 KB 540.09 KB 116.95 KB 116.83 KB NODE_DEV
react-art.production.min.js -0.1% -0.2% 72.61 KB 72.5 KB 21.83 KB 21.79 KB NODE_PROD

react-test-renderer

File Filesize Diff Gzip Diff Prev Size Current Size Prev Gzip Current Gzip ENV
ReactTestRenderer-dev.js -0.1% -0.1% 573.69 KB 573.13 KB 121.63 KB 121.47 KB FB_WWW_DEV
react-test-renderer-shallow.development.js 0.0% 0.0% 39.05 KB 39.05 KB 9.54 KB 9.54 KB UMD_DEV
react-test-renderer-shallow.production.min.js 0.0% -0.0% 12.73 KB 12.73 KB 3.96 KB 3.96 KB UMD_PROD
react-test-renderer.development.js -0.1% -0.1% 573.32 KB 572.75 KB 119.69 KB 119.56 KB UMD_DEV
react-test-renderer.production.min.js -0.1% -0.1% 74.7 KB 74.59 KB 22.77 KB 22.75 KB UMD_PROD
react-test-renderer.development.js -0.1% -0.1% 546.65 KB 546.09 KB 118.3 KB 118.18 KB NODE_DEV
react-test-renderer.production.min.js -0.1% -0.2% 74.5 KB 74.39 KB 22.45 KB 22.42 KB NODE_PROD

react-reconciler

File Filesize Diff Gzip Diff Prev Size Current Size Prev Gzip Current Gzip ENV
react-reconciler.development.js -0.1% -0.1% 581.63 KB 581.07 KB 123.45 KB 123.32 KB NODE_DEV
react-reconciler-reflection.development.js 0.0% 0.0% 17.61 KB 17.61 KB 5.21 KB 5.21 KB NODE_DEV
react-reconciler.production.min.js -0.1% -0.1% 77.88 KB 77.77 KB 23.12 KB 23.1 KB NODE_PROD
react-reconciler-reflection.production.min.js 0.0% 🔺+0.1% 2.92 KB 2.92 KB 1.21 KB 1.21 KB NODE_PROD

react

File Filesize Diff Gzip Diff Prev Size Current Size Prev Gzip Current Gzip ENV
react.development.js 0.0% 0.0% 101.94 KB 101.94 KB 24.81 KB 24.81 KB UMD_DEV
react-unstable-cache.production.min.js 0.0% 🔺+0.4% 855 B 855 B 554 B 556 B NODE_PROD
react.production.min.js 0.0% 0.0% 11.39 KB 11.39 KB 4.55 KB 4.55 KB UMD_PROD
react-unstable-cache.profiling.min.js 0.0% +0.4% 854 B 854 B 554 B 556 B NODE_PROFILING
react-jsx-runtime.production.min.js 0.0% 🔺+0.3% 947 B 947 B 594 B 596 B NODE_PROD
react-jsx-runtime.profiling.min.js 0.0% +0.3% 946 B 946 B 593 B 595 B NODE_PROFILING
react-unstable-cache.development.js 0.0% +0.3% 1.04 KB 1.04 KB 579 B 581 B NODE_DEV
ReactCache-dev.js -87.6% -79.6% 8.16 KB 1.01 KB 2.65 KB 553 B FB_WWW_DEV
react.development.js 0.0% 0.0% 63.5 KB 63.5 KB 17.13 KB 17.13 KB NODE_DEV
ReactCache-prod.js -78.7% -62.3% 5.09 KB 1.08 KB 1.57 KB 608 B FB_WWW_PROD
react.production.min.js 0.0% 0.0% 6.32 KB 6.32 KB 2.62 KB 2.62 KB NODE_PROD
React-dev.js 0.0% 0.0% 98.87 KB 98.87 KB 24.18 KB 24.18 KB FB_WWW_DEV
React-prod.js 0.0% 0.0% 17.4 KB 17.4 KB 4.55 KB 4.55 KB FB_WWW_PROD
React-profiling.js 0.0% 0.0% 17.4 KB 17.4 KB 4.55 KB 4.55 KB FB_WWW_PROFILING
react-jsx-dev-runtime.production.min.js 0.0% 🔺+0.6% 441 B 441 B 314 B 316 B NODE_PROD
react-jsx-dev-runtime.profiling.min.js 0.0% +0.6% 440 B 440 B 312 B 314 B NODE_PROFILING

ReactDOM: size: 0.0%, gzip: 0.0%

React: size: 0.0%, gzip: 0.0%

Size changes (stable)

Generated by 🚫 dangerJS against 486b52e

@sizebot
Copy link

sizebot commented May 1, 2020

Details of bundled changes.

Comparing: ac533fd...486b52e

react-dom

File Filesize Diff Gzip Diff Prev Size Current Size Prev Gzip Current Gzip ENV
react-dom-test-utils.development.js 0.0% 0.0% 75.23 KB 75.23 KB 20.16 KB 20.16 KB UMD_DEV
react-dom-unstable-fizz.browser.development.js 0.0% +0.2% 5.26 KB 5.26 KB 1.77 KB 1.77 KB UMD_DEV
react-dom-test-utils.production.min.js 0.0% 0.0% 13.24 KB 13.24 KB 4.9 KB 4.9 KB UMD_PROD
ReactDOMTesting-dev.js -0.1% -0.1% 910.17 KB 909.61 KB 203.24 KB 203.09 KB FB_WWW_DEV
react-dom-unstable-fizz.browser.production.min.js 0.0% 🔺+0.3% 1.2 KB 1.2 KB 704 B 706 B UMD_PROD
react-dom.development.js -0.1% -0.1% 942.22 KB 941.65 KB 206.23 KB 206.12 KB UMD_DEV
react-dom-server.browser.development.js 0.0% 0.0% 162.15 KB 162.15 KB 41.26 KB 41.26 KB UMD_DEV
react-dom.production.min.js -0.1% -0.1% 124.81 KB 124.7 KB 39.96 KB 39.91 KB UMD_PROD
ReactDOMForked-dev.js -0.1% -0.1% 1009.55 KB 1008.97 KB 224.79 KB 224.65 KB FB_WWW_DEV
react-dom-server.browser.production.min.js 0.0% 0.0% 23.43 KB 23.43 KB 8.61 KB 8.61 KB UMD_PROD
react-dom.profiling.min.js -0.1% -0.1% 128.68 KB 128.57 KB 41.1 KB 41.07 KB UMD_PROFILING
ReactDOMForked-prod.js -0.1% -0.1% 422.95 KB 422.6 KB 74.08 KB 74.03 KB FB_WWW_PROD
react-dom.development.js -0.1% -0.1% 897.06 KB 896.51 KB 203.7 KB 203.56 KB NODE_DEV
ReactDOMForked-profiling.js -0.1% -0.1% 433.29 KB 432.95 KB 75.81 KB 75.76 KB FB_WWW_PROFILING
react-dom-server.browser.development.js 0.0% 0.0% 152.64 KB 152.64 KB 40.49 KB 40.49 KB NODE_DEV
react-dom.production.min.js -0.1% -0.1% 125 KB 124.89 KB 39.06 KB 39.03 KB NODE_PROD
react-dom-server.browser.production.min.js 0.0% 0.0% 23.32 KB 23.32 KB 8.6 KB 8.6 KB NODE_PROD
react-dom.profiling.min.js -0.1% -0.1% 129.02 KB 128.91 KB 40.33 KB 40.31 KB NODE_PROFILING
ReactDOM-dev.js -0.1% -0.1% 1014.27 KB 1013.71 KB 226.14 KB 225.99 KB FB_WWW_DEV
ReactDOMServer-dev.js 0.0% 0.0% 160.25 KB 160.25 KB 40.82 KB 40.83 KB FB_WWW_DEV
ReactDOM-prod.js -0.1% -0.1% 421.61 KB 421.27 KB 73.92 KB 73.88 KB FB_WWW_PROD
ReactDOMServer-prod.js 0.0% 0.0% 52.01 KB 52.01 KB 12.55 KB 12.56 KB FB_WWW_PROD
ReactDOM-profiling.js -0.1% -0.1% 432.51 KB 432.17 KB 75.76 KB 75.71 KB FB_WWW_PROFILING
react-dom-unstable-fizz.node.production.min.js 0.0% 🔺+0.3% 1.17 KB 1.17 KB 666 B 668 B NODE_PROD
ReactDOMTesting-prod.js -0.1% -0.1% 378.96 KB 378.62 KB 69.19 KB 69.14 KB FB_WWW_PROD
react-dom-test-utils.development.js 0.0% 0.0% 70.07 KB 70.07 KB 19.65 KB 19.66 KB NODE_DEV
ReactDOMTesting-profiling.js -0.1% -0.1% 378.96 KB 378.62 KB 69.19 KB 69.14 KB FB_WWW_PROFILING
react-dom-unstable-fizz.browser.development.js 0.0% +0.1% 4.77 KB 4.77 KB 1.67 KB 1.67 KB NODE_DEV
react-dom-test-utils.production.min.js 0.0% 0.0% 13.12 KB 13.12 KB 4.81 KB 4.81 KB NODE_PROD
react-dom-unstable-fizz.browser.production.min.js 0.0% 🔺+0.3% 1.02 KB 1.02 KB 616 B 618 B NODE_PROD
react-dom-server.node.development.js 0.0% 0.0% 153.86 KB 153.86 KB 40.74 KB 40.74 KB NODE_DEV
react-dom-server.node.production.min.js 0.0% 0.0% 23.73 KB 23.73 KB 8.75 KB 8.76 KB NODE_PROD

react-art

File Filesize Diff Gzip Diff Prev Size Current Size Prev Gzip Current Gzip ENV
react-art.development.js -0.1% -0.1% 660.76 KB 660.19 KB 139.41 KB 139.27 KB UMD_DEV
react-art.production.min.js -0.1% -0.2% 110.98 KB 110.87 KB 33.66 KB 33.6 KB UMD_PROD
react-art.development.js -0.1% -0.1% 563.97 KB 563.41 KB 121.88 KB 121.76 KB NODE_DEV
react-art.production.min.js -0.1% -0.1% 75.92 KB 75.82 KB 22.83 KB 22.79 KB NODE_PROD
ReactART-dev.js -0.1% -0.1% 599.22 KB 598.66 KB 126.39 KB 126.21 KB FB_WWW_DEV
ReactART-prod.js -0.1% -0.1% 242.33 KB 242.15 KB 41.39 KB 41.35 KB FB_WWW_PROD

react-test-renderer

File Filesize Diff Gzip Diff Prev Size Current Size Prev Gzip Current Gzip ENV
react-test-renderer-shallow.development.js 0.0% 0.0% 39.07 KB 39.07 KB 9.55 KB 9.55 KB UMD_DEV
react-test-renderer-shallow.production.min.js 0.0% -0.0% 12.74 KB 12.74 KB 3.97 KB 3.97 KB UMD_PROD
ReactTestRenderer-dev.js -0.1% -0.1% 573.7 KB 573.14 KB 121.63 KB 121.48 KB FB_WWW_DEV
react-test-renderer.development.js -0.1% -0.1% 573.35 KB 572.78 KB 119.7 KB 119.57 KB UMD_DEV
react-test-renderer.production.min.js -0.1% -0.1% 74.72 KB 74.62 KB 22.79 KB 22.77 KB UMD_PROD
react-test-renderer.development.js -0.1% -0.1% 546.67 KB 546.12 KB 118.31 KB 118.19 KB NODE_DEV
react-test-renderer.production.min.js -0.1% -0.2% 74.52 KB 74.42 KB 22.47 KB 22.44 KB NODE_PROD

react-reconciler

File Filesize Diff Gzip Diff Prev Size Current Size Prev Gzip Current Gzip ENV
react-reconciler.development.js -0.1% -0.1% 607.31 KB 606.76 KB 128.86 KB 128.72 KB NODE_DEV
react-reconciler.production.min.js -0.1% -0.2% 81.61 KB 81.5 KB 24.19 KB 24.14 KB NODE_PROD
react-reconciler-reflection.development.js 0.0% 0.0% 17.62 KB 17.62 KB 5.21 KB 5.21 KB NODE_DEV
react-reconciler-reflection.production.min.js 0.0% 🔺+0.2% 2.93 KB 2.93 KB 1.21 KB 1.22 KB NODE_PROD

react-cache

File Filesize Diff Gzip Diff Prev Size Current Size Prev Gzip Current Gzip ENV
react-cache.development.js 0.0% 0.0% 9.35 KB 9.35 KB 3.03 KB 3.04 KB UMD_DEV
react-cache.production.min.js 0.0% 🔺+0.2% 2.36 KB 2.36 KB 1.2 KB 1.2 KB UMD_PROD
react-cache.development.js 0.0% +0.1% 8.61 KB 8.61 KB 2.93 KB 2.93 KB NODE_DEV
react-cache.production.min.js 0.0% 🔺+0.2% 2.15 KB 2.15 KB 1.1 KB 1.1 KB NODE_PROD
ReactCache-dev.js +706.6% +391.1% 1.01 KB 8.16 KB 553 B 2.65 KB FB_WWW_DEV
ReactCache-prod.js 🔺+369.4% 🔺+165.0% 1.08 KB 5.09 KB 608 B 1.57 KB FB_WWW_PROD

react-native-renderer

File Filesize Diff Gzip Diff Prev Size Current Size Prev Gzip Current Gzip ENV
ReactFabric-prod.js -0.1% -0.1% 264.15 KB 263.97 KB 45.5 KB 45.46 KB RN_OSS_PROD
ReactFabric-profiling.js -0.1% -0.1% 275.58 KB 275.39 KB 47.7 KB 47.66 KB RN_OSS_PROFILING
ReactNativeRenderer-prod.js -0.1% -0.1% 272.23 KB 272.05 KB 47.04 KB 46.98 KB RN_OSS_PROD
ReactNativeRenderer-profiling.js -0.1% -0.1% 283.68 KB 283.5 KB 49.23 KB 49.2 KB RN_OSS_PROFILING
ReactNativeRenderer-dev.js -0.1% -0.1% 662.69 KB 662.14 KB 142.49 KB 142.35 KB RN_FB_DEV
ReactNativeRenderer-prod.js -0.1% -0.1% 272.38 KB 272.2 KB 47.07 KB 47.01 KB RN_FB_PROD
ReactNativeRenderer-profiling.js -0.1% -0.1% 283.82 KB 283.64 KB 49.26 KB 49.22 KB RN_FB_PROFILING
ReactFabric-dev.js -0.1% -0.1% 638.93 KB 638.37 KB 137.14 KB 137.01 KB RN_OSS_DEV
ReactFabric-dev.js -0.1% -0.1% 643.74 KB 643.18 KB 137.91 KB 137.77 KB RN_FB_DEV
ReactFabric-prod.js -0.1% -0.1% 264.31 KB 264.12 KB 45.53 KB 45.49 KB RN_FB_PROD
ReactNativeRenderer-dev.js -0.1% -0.1% 657.89 KB 657.33 KB 141.7 KB 141.56 KB RN_OSS_DEV
ReactFabric-profiling.js -0.1% -0.1% 275.72 KB 275.54 KB 47.72 KB 47.68 KB RN_FB_PROFILING

ReactDOM: size: 0.0%, gzip: 0.0%

Size changes (experimental)

Generated by 🚫 dangerJS against 486b52e

@trueadm
Copy link
Contributor

trueadm commented May 1, 2020

I created a www sync with this PR: D21348348 (to see if we run into any other issues from this change).

Copy link
Contributor

@bvaughn bvaughn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice find, Seb. This is a better solution than my PR 😄

@sebmarkbage sebmarkbage merged commit 17dcc29 into facebook:master May 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed React Core Team Opened by a member of the React Core Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants