Closed apolignano closed 3 months ago
Tests on GA failed multiple times even if local tests passed. It seems that it was being caused by lint-staged at commit time, splitting the (long) line below the // $FlowFixMe comment (changes were then pushed). Splitting the line manually beforehand and placing the // $FlowFixMe comment above the resulting second sub-line (vs. the first), solved the issue.
IBU-11236 is specifically about the components under src/components/Help. That is the Help page. I'll look into that.
See IBU-11236