kisonecat / tikzjax

TikZJax is TikZ running under WebAssembly in the browser
LaTeX Project Public License v1.3c
437 stars 36 forks source link

Can't update graphs on react #20

Open adoallo opened 1 year ago

adoallo commented 1 year ago

Hi,

I'm trying to update the script based on React state management and it doesn't re-render the component. Is there any way I could do this?

Thanks