Lack of documentation for deepFreezeFn
#632
Unanswered
piotrgredowski
asked this question in
Q&A
Replies: 1 comment
-
What is missing? You get the state, and you need to return a frozen version of it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm submitting a...
Current behavior
Docstring of
deepFreezeFn
doesn't contain any valuable information - only function definitionfunction customDeepFreeze(state) { return freezedState; }
. Should it be like that?Expected behavior
More explanation of how
deepFreezeFn
can be used.Minimal reproduction of the problem with instructions
For bug reports please provide the STEPS TO REPRODUCE and if possible a MINIMAL DEMO of the problem via
https://stackblitz.com or similar (you can use this template as a starting point: https://stackblitz.com/github/NetanelBasal/akita-issue-seed).
What is the motivation / use case for changing the behavior?
Better documentation :)
Environment
Beta Was this translation helpful? Give feedback.
All reactions