We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ReferenceError: createId is not defined
Steps to reproduce:
var store = new Curxor({a: {b: {c: [0, 1, 2] }}})
The source of is the issue is this line
curxor/build/curxor.js
Line 521 in e675d8c
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
curxor/build/curxor.js
Line 521 in e675d8c
The text was updated successfully, but these errors were encountered: