Skip to content

Commit

Permalink
fix 0.9.0 Error
Browse files Browse the repository at this point in the history
  • Loading branch information
CJY0208 authored Mar 28, 2021
1 parent abbb114 commit 806926f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/context/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable react-hooks/rules-of-hooks */
import { useState, useContext, useEffect } from 'react'
import React, { useState, useContext, useEffect } from 'react'
import { run, debounce, isFunction } from 'szfe-tools'

import {
Expand Down

0 comments on commit 806926f

Please sign in to comment.