arqex / curxor

A tree data structure that is always updated from the root, making easier to think in a reactive way.
GNU General Public License v2.0
2 stars 1 forks source link

build/curxor.js throws `ReferenceError: createId is not defined` #2

Open jfsiii opened 9 years ago

jfsiii commented 9 years ago

Steps to reproduce:

  1. Paste JS from https://raw.githubusercontent.com/arqex/curxor/e675d8c5cfb9be8ce331cf34ae801a0468563a2a/build/curxor.js in console
  2. Use like var store = new Curxor({a: {b: {c: [0, 1, 2] }}})
  3. Observe ReferenceError: createId is not defined error

The source of is the issue is this line https://github.com/arqex/curxor/blob/e675d8c5cfb9be8ce331cf34ae801a0468563a2a/build/curxor.js#L521

arqex commented 9 years ago

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