Hi,
I have an object:
let objectA = {
a: x,
b: y,
c: z
};
and I’ve tried to transfer it using wix storage:
import {session} from ‘wix-storage’
…
session.setItem(“objectA”, objectA);
and I’ve put the getItem on the next page but something went wrong.
Isn’t it possible to use wix-storage for objects?
Thanks,
J.D.