unconed / mathbox

Presentation-quality WebGL math graphing
MIT License
1.33k stars 109 forks source link

mathbox.debug throws an error #36

Closed ChristopherChudzicki closed 1 year ago

ChristopherChudzicki commented 2 years ago

Open one of the examples and run mathbox.debug() in the console. Some useful info is printed, but the last piece is:

api.js:218 Uncaught TypeError: Cannot read properties of null (reading '1')
    at getName (api.js:218:1)
    at API.debug (api.js:222:1)
    at <anonymous>:1:9

Note: Probably all of the examples? But definitely curve.html and data.html