Closed cmstead closed 3 years ago
In "convert selection functions to class", a shorthand arrow function is not correctly converted to a method with a return statement. The return is missing.
Fixed in latest release:
https://github.com/cmstead/js-codeformer/releases/tag/v1.28.2
In "convert selection functions to class", a shorthand arrow function is not correctly converted to a method with a return statement. The return is missing.