Breaking change from [email protected]
: Error: builder.addCase
cannot be called with an empty action type
#558
Labels
[email protected]
: Error: builder.addCase
cannot be called with an empty action type
#558
Describe the bug
[email protected]
is incompatible with@reduxjs/[email protected]
due to this breaking change inredux-toolkit
:Following the instructions provided in
next-redux-wrapper
,configureStore
will throw the following error as ofv1.9.6
:Error: 'builder.addCase' cannot be called with an empty action type
.This is more of a notice to the package maintainers as opposed to a request for change, since the bug was initiated in
redux-toolkit
. I already filed an issue with them here.To Reproduce
next-redux-wrapper
with[email protected]
.Expected behavior
The action supplied to
builder.addCase
should have a type.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: