work933k
work933k
I have the same issue, but then for a component inside a spec file. ``` @Component({ template: `next`, }) class DummyHostComponent {} ```
We are also having this issue in our CI-pipeline. We are using the nx-betterer plugin and reverted back to v1.1.5 from v1.2.1. I just noticed that a new version v2.0.2...
Temporary solution, add a script to your package.json to compile it from TS to JS and commit: ``` "scripts": { "build:custom-runner": "tsc tools/task-runners/custom-runner/index.ts", ```
I'm also using Storybook Composition, but don't have the issue you are having. This as i created a mdx-story as a landingpage with instructions for users.
Implemented option "--skipUpdateCheck" in: https://github.com/chromaui/chromatic-cli/pull/928
I just installed the html-eslint plugin and am also greeted with this error. If i change the rule severity to "off", the error does not occur. This is my call-stack:...
I'm looking through the code and think it would be easy to implement. This as currently the console-log-output is already being captured, to be displayed on an actual Storybook-story-error.
Did you ever find a solution? I'm also experience this issue..
An alternative to the custom reporter might be to using "patch-package" to modify the code.