dillon1000/react
Commit
Browse files 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
Changed paths2 files
First-parent comparisonsrc/browser/ui/ReactDefaultInjection.js ModifiedM src/browser/ui/__tests__/ReactRenderDocument-test.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…