refactor: use optional chaining #7656
Annotations
2 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint:
src/compile/data/facet.ts#L216
Replace `(layoutHeaders[headerChannel]?.[headerType])` with `layoutHeaders[headerChannel]?.[headerType]`
|
Loading