Closed Alonski closed 5 years ago
@Alonski It seems you are running into the same linter issue as me a few times: CI runs with the latest dependencies, where prettier rules are slightly different, so what's passing locally is failing in CI. You would have to yarn --no-lockfile
and yarn lint:js --fix
locally to fix the linting error that is failing the build in CI!
I just created #84 to fix this...
@simonihmig Ready 4 Review :) Thanks!
Using a helper in a class property doesn't render the class in the rendered HTML.
Example:
Expected HTML:
Actual:
Fixes: #83