Skip to content

Commit

Permalink
fix: import ref
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanyan committed Sep 15, 2019
1 parent de6a57b commit ab34df5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/rax/src/vdom/native.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { detachRef, attachRef, updateRef } from './ref';
import instantiateComponent from './instantiateComponent';
import shouldUpdateComponent from './shouldUpdateComponent';
import getElementKeyName from './getElementKeyName';
import getPrevSiblingNativeNode from './getPrevSiblingNativeNode';
import Instance from './instance';
import BaseComponent from './base';
import toArray from '../toArray';
Expand Down

0 comments on commit ab34df5

Please # to comment.