Replies: 2 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Good call, I'll work on this some more. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I fail to understand the semantics of history length. I believe that may deserve some more explanations in the documentations.
I used the following code (https://codesandbox.io/s/bold-monad-u8dtsf?file=/src/index.js) --- largely inspired from the docs --- to experiment with different values in history lengths. There is no apparent difference in behavior which leaves me perplexed about what role the history parameter plays.
historyLength: 1
historyLength: 5
So from this, it seems that
historyLength
is not linked in any ways to the amount of diffs being accumulated?Beta Was this translation helpful? Give feedback.
All reactions