Skip to content

Commit

Permalink
fix(taro-qq): 修复 qq 轻应用 hooks 依赖路径
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen-jj committed Apr 29, 2019
1 parent 4ee0f6c commit c67bace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/taro-qq/src/lifecycle.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ import {
internal_safe_get as safeGet,
internal_safe_set as safeSet,
commitAttachRef,
Current
Current,
invokeEffects
} from '@tarojs/taro'
// import PropTypes from 'prop-types'
import { componentTrigger } from './create-component'
import { shakeFnFromObject, isEmptyObject, diffObjToPath } from './util'
import { invokeEffects } from './hooks'

// const isDEV = typeof process === 'undefined' ||
// !process.env ||
Expand Down

0 comments on commit c67bace

Please sign in to comment.