CardiacModelling / ap-nimbus-client

Other
2 stars 2 forks source link

Uncaught TypeError: c[t] is undefined #105

Closed flawmop closed 1 year ago

flawmop commented 1 year ago

Uncaught TypeError: c[t] is undefined appears to be popping up in the browser console log whenever I press on the graph display tabs while waiting for simulation results to appear.

sim_results

MauriceHendrix commented 1 year ago

I think I have a (lo-tech) solution: the buttons are initially hidden within the html and shown after data is loaded, so that you can't click them early. see pr #108 and let me know if that fixes it.