From 806926f54e06e30d98427e0e60fe4ac99b25947d Mon Sep 17 00:00:00 2001 From: CJY <375564567@qq.com> Date: Sun, 28 Mar 2021 20:12:56 +0800 Subject: [PATCH] fix 0.9.0 Error --- src/core/context/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/context/index.js b/src/core/context/index.js index 7e314c7..9740384 100644 --- a/src/core/context/index.js +++ b/src/core/context/index.js @@ -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 {