You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ error ] { Invariant Violation: Expected handlers to be a plain object.
at invariant (/test-project/front/node_modules/invariant/invariant.js:40:15)
at handleActions (/test-project/front/node_modules/redux-actions/lib/handleActions.js:29:26)
at Module../redux/reducers/areas.js (/test-project/front/build/server/static/development/pages/_app.js:3385:82)
at __webpack_require__ (/test-project/front/build/server/static/development/pages/_app.js:23:31)
at Module../components/header/index.js (/test-project/front/build/server/static/development/pages/_app.js:464:80)
at __webpack_require__ (/test-project/front/build/server/static/development/pages/_app.js:23:31)
at Module../pages/_app.js (/test-project/front/build/server/static/development/pages/_app.js:3115:77)
at __webpack_require__ (/test-project/front/build/server/static/development/pages/_app.js:23:31)
at Object.0 (/test-project/front/build/server/static/development/pages/_app.js:3867:18)
at __webpack_require__ (/test-project/front/build/server/static/development/pages/_app.js:23:31)
at /test-project/front/build/server/static/development/pages/_app.js:91:18
at Object.<anonymous> (/test-project/front/build/server/static/development/pages/_app.js:94:10)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12) name: 'Invariant Violation', framesToPop: 1 }
{ Invariant Violation: Expected handlers to be a plain object.
at invariant (/test-project/front/node_modules/invariant/invariant.js:40:15)
at handleActions (/test-project/front/node_modules/redux-actions/lib/handleActions.js:29:26)
at Module../redux/reducers/areas.js (/test-project/front/build/server/static/development/pages/_app.js:3385:82)
at __webpack_require__ (/test-project/front/build/server/static/development/pages/_app.js:23:31)
at Module../components/header/index.js (/test-project/front/build/server/static/development/pages/_app.js:464:80)
at __webpack_require__ (/test-project/front/build/server/static/development/pages/_app.js:23:31)
at Module../pages/_app.js (/test-project/front/build/server/static/development/pages/_app.js:3115:77)
at __webpack_require__ (/test-project/front/build/server/static/development/pages/_app.js:23:31)
at Object.0 (/test-project/front/build/server/static/development/pages/_app.js:3867:18)
at __webpack_require__ (/test-project/front/build/server/static/development/pages/_app.js:23:31)
at /test-project/front/build/server/static/development/pages/_app.js:91:18
at Object.<anonymous> (/test-project/front/build/server/static/development/pages/_app.js:94:10)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12) name: 'Invariant Violation', framesToPop: 1 }
I'm using Next js (react w/ server-side rendering), but I don't think it's related.
Map does exists on both client and server-side.
I changed to {type: function}, but I would like to use Map.
Any ideas?
Thanks.
The text was updated successfully, but these errors were encountered:
A simple example from docs:
Gives me an error:
I'm using
Next js
(react w/ server-side rendering), but I don't think it's related.Map
does exists on both client and server-side.I changed to
{type: function}
, but I would like to useMap
.Any ideas?
Thanks.
The text was updated successfully, but these errors were encountered: