kintone/js-sdk

Replace usage of `createStore` with `configureStore` of @redux/toolkit

tasshi-me opened this issue · 0 comments

Package

  • @kintone/plugin-packer

Why

createStore API is marked as @deprecated in redux@v4.2.0. (#1447 )

What

replace createStore to configureStore method of the @reduxjs/toolkit