velopert / react-tutorial

벨로퍼트와 함께하는 모던 리액트 튜토리얼 문서

Home Page:https://react.vlpt.us/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3. redux-logger 사용 및 미들웨어와 DevTools 함께 사용하기 · GitBook

utterances-bot opened this issue · comments

3. redux-logger 사용 및 미들웨어와 DevTools 함께 사용하기 · GitBook

https://react.vlpt.us/redux-middleware/03-logger-and-devtools.html

commented

2022년 10월 21일 기준
Redux DevTools 는 "이 패키지 는 더 이상 사용되지 않습니다"라고 합니다.

npm install --save @redux-devtools/extension
import { composeWithDevTools } from "@redux-devtools/extension";

이거 설치해서 해결했습니다!
https://github.com/reduxjs/redux-devtools/tree/main/extension#installation
(usage 1.3 참고)