Hello Desmos,
I'm integrating your beautiful library into my react project, it was not easy but i'm pretty close to achieve it.
I'm trying to set a readonly expression but the feature is not working for some reason,
I was using the npm version while also having your script tag in the index.html file that gave me the 1.8 version of desmos
I tried uninstalling the npm version and using only the script and accessing it using window.Desmos.GraphingCalculator and initialized the calculator using the initial state used in this example:
https://www.desmos.com/api/v1.8/docs/examples/readonly-expressions.htmlBut still not working but i noticed a warning in the console, i attached an image for the warning and you can see that the graph is working super fine in the background with all your expressions still intact.
I'll also attach a screenshot of the window.desmos object to verify the version and a screenshot for the code used to create the graph.
Thanks a ton in advance.