[fix] AppRegistry.unmountApplicationComponentAtRootTag

Fixes the bad import of a named export rather than the default export.
This commit is contained in:
Nicolas Gallagher
2017-12-30 19:06:03 -08:00
parent 0d0fdc15ac
commit 6f10f6be9c
+1 -1
View File
@@ -11,7 +11,7 @@
*/
import invariant from 'fbjs/lib/invariant';
import { unmountComponentAtNode } from '../../modules/unmountComponentAtNode';
import unmountComponentAtNode from '../../modules/unmountComponentAtNode';
import renderApplication, { getApplication } from './renderApplication';
import type { ComponentType } from 'react';