dillon1000/react

Commit

Inject browser mixin before full-page components

createFullPageComponent doesn't reference ReactBrowserComponentMixin directly so the mixin should get injected before the components are created. Previously, this test failed because getDOMNode wasn't present on the component instance.

Test Plan: jest
Browse files
Changed paths2 files
First-parent comparison
M src/browser/ui/ReactDefaultInjection.js ModifiedM src/browser/ui/__tests__/ReactRenderDocument-test.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…