intercellular / cell

A self-driving web app framework
https://www.celljs.org
MIT License
1.5k stars 94 forks source link

Probably not a cell issue.. #128

Closed idkjs closed 7 years ago

idkjs commented 7 years ago

Hi @gliechtenstein. Any idea why this graphql query result is not coming back into celljs. The demo I did before didnt have search in it. I added search and somehow I cant get the return to come back. It looks like its an async issue maybe. Can you take a look at these gists and see if anything pops out to you? This is the index.html gist. this is the index.js gist.

Server is in cloud so you should be able to run it. You will notice in the console that the queries come back both for load and search. Any additional, random programming advice you feel like you can give, go right ahead.

Thanks.

gliechtenstein commented 7 years ago

@idkjs I'm not sure what the contents of bundle.js is so it's not easy to see what's going on.

Could you put it on jsfiddle or codepen or jsbin or something like that, so that it can be tried out?

gliechtenstein commented 7 years ago

Closing but feel free to comment if you have any updates or questions!

idkjs commented 7 years ago

Bundle.js Gist

Let me go figure out browserify, requirebin or some such...