mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-01-12 22:51:09 +08:00
[fix] corrupt hydrate import
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
*/
|
||||
|
||||
import invariant from 'fbjs/lib/invariant';
|
||||
import { hydrate } from '../../modules/hydrate';
|
||||
import hydrate from '../../modules/hydrate';
|
||||
import AppContainer from './AppContainer';
|
||||
import StyleSheet from '../../apis/StyleSheet';
|
||||
import React, { type ComponentType } from 'react';
|
||||
|
||||
Reference in New Issue
Block a user