We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad5025 commit c79e6cdCopy full SHA for c79e6cd
src/createStateManager.js
@@ -3,7 +3,7 @@ import c from './config.js';
3
const defaultState = {
4
seq: c.seq,
5
bootstrapDone: false,
6
- bootstrapLastId: 'zzz',
+ bootstrapLastId: undefined,
7
};
8
9
let currentState;
0 commit comments