python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Why can't i map this array of objects within an object
Hi guy's i've been working with next.js, redux and sanity.io. It's been awful... Lol
Anyways here's the code i'm stuck with
ServiceCards.js
import React from 'react';
import { useSelector } from 're...

Tjs90
Votes: 0
Answers: 2
storage is not being update using redux-persist with next-redux-wrapper (Typescript)
I am trying to add redux-persist with next.js using next-redux-wrapper, but storage is not updating , state is lost during page refresh,
Here is my store.ts file :-
import { createStore, applyMiddlewa...
AspDev18
Votes: 0
Answers: 1