Good morning, How could I turn this object into a usable component in React JS? I try to use it but I get multiple errors.
Link: MathCalc - Expression calculator in JavaScript
I use ESLint and the code changes when trying to create the component. I fixed bugs, but I can't get it to work properly.
In a new project without ESLint I manage to use it with the ambiguous code.
I ended up using an expression-calculator npm package.