daniel3735928559 / guppy

WYSIWYG mathematics editor with structured, searchable, LaTeX-compatible, and parseable output
https://guppy.js.org
187 stars 63 forks source link

Support for React #178

Open isaac-holt opened 4 years ago

isaac-holt commented 4 years ago

Is it possible to integrate this into a React project? I've tried passing a React ref into the Guppy constructor but it throws an error: Uncaught TypeError: guppy_div is null. Thanks in advance.