Replies: 1 comment 4 replies
-
can you show an example? we use
should yield
you'll get:
but that is what |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it normal/expected?
I have one use case where I need to preserve those keys
So for now I
JSON.stringify
the content before passing it to the cache. Otherwise, I lose all the empty keys.Couldn't find an option to preserve keys.
Example in the object if there is
{key1: 1, anotherKey:{}
when back from cache it losesanotherKey
Beta Was this translation helpful? Give feedback.
All reactions