This module is working fine for me, but it is actually throwing some errors in my jest tests when rendering a component that's using it:
SyntaxError: The requested module 'mathjax3-react' does not provide an export named 'MathJaxFormula'
at Runtime.linkAndEvaluateModule (node_modules/jest-runtime/build/index.js:708:5)
This module is working fine for me, but it is actually throwing some errors in my jest tests when rendering a component that's using it: