You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Awesome plugin. Couldn't wait to use it for visualizing (and perhaps in the future editing) my little component entity system based project. Unfortunately, it seems to crash when I try to examine an object containing a UUID.
Error: Unreadable form
at Error (<anonymous>)
at a (file:///home/josh/bin/Programs/LightTable/core/node_modules/lighttable/bootstrap.js:21986:11)
at b (file:///home/josh/bin/Programs/LightTable/core/node_modules/lighttable/bootstrap.js:21990:14)
at eval (file:///home/josh/bin/Programs/LightTable/core/node_modules/lighttable/bootstrap.js:22201:37)
at cljs.reader.read_dispatch (file:///home/josh/bin/Programs/LightTable/core/node_modules/lighttable/bootstrap.js:22127:14)
at cljs.reader.read_delimited_list (file:///home/josh/bin/Programs/LightTable/core/node_modules/lighttable/bootstrap.js:22117:33)
at cljs.reader.read_map (file:///home/josh/bin/Programs/LightTable/core/node_modules/lighttable/bootstrap.js:22143:43)
at cljs.reader.read_delimited_list (file:///home/josh/bin/Programs/LightTable/core/node_modules/lighttable/bootstrap.js:22117:33)
at cljs.reader.read_map (file:///home/josh/bin/Programs/LightTable/core/node_modules/lighttable/bootstrap.js:22143:43)
at cljs.reader.read (file:///home/josh/bin/Programs/LightTable/core/node_modules/lighttable/bootstrap.js:22300:39)
The text was updated successfully, but these errors were encountered:
I suppose a quick fix for this would be to find all instances of #uuid and either remove that string or quote it plus it's value. I'll have to think about this one.
Awesome plugin. Couldn't wait to use it for visualizing (and perhaps in the future editing) my little component entity system based project. Unfortunately, it seems to crash when I try to examine an object containing a UUID.
The text was updated successfully, but these errors were encountered: