Open jfsiii opened 9 years ago
Steps to reproduce:
var store = new Curxor({a: {b: {c: [0, 1, 2] }}})
ReferenceError: createId is not defined
The source of is the issue is this line https://github.com/arqex/curxor/blob/e675d8c5cfb9be8ce331cf34ae801a0468563a2a/build/curxor.js#L521
Ey @jfsiii
Curxor is not maintained anymore, sorry I will add a notice on the readme file. You should have a look at its fork https://github.com/arqex/freezer
That works ok.
Cheers
Steps to reproduce:
var store = new Curxor({a: {b: {c: [0, 1, 2] }}})
ReferenceError: createId is not defined
errorThe source of is the issue is this line https://github.com/arqex/curxor/blob/e675d8c5cfb9be8ce331cf34ae801a0468563a2a/build/curxor.js#L521