mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-31 11:31:59 +08:00
fix: using legacy_createStore instead of createStore as it seem it is depecreated
This commit is contained in:
parent
697fd1d1bf
commit
d150cfa46c
@ -1,4 +1,8 @@
|
||||
import { applyMiddleware, compose, createStore } from 'redux';
|
||||
import {
|
||||
applyMiddleware,
|
||||
compose,
|
||||
legacy_createStore as createStore,
|
||||
} from 'redux';
|
||||
import thunk, { ThunkMiddleware } from 'redux-thunk';
|
||||
import AppActions from 'types/actions';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user