Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CB-5085 make errors focusable #2585

Merged
merged 6 commits into from
May 14, 2024

Merge branch 'devel' into CB-5085-focusable-errors

e67efb3
Select commit
Loading
Failed to load commit list.
Merged

CB-5085 make errors focusable #2585

Merge branch 'devel' into CB-5085-focusable-errors
e67efb3
Select commit
Loading
Failed to load commit list.
Jenkins-CI-integration / CheckStyle TypeScript Report required action May 14, 2024 in 0s

CheckStyle TypeScript Report

There are 0 failures, 1 warnings

Annotations

Check warning on line 239 in webapp/packages/core-blocks/src/index.ts

See this annotation in the file changed.

@jenkins-ci-integration jenkins-ci-integration / CheckStyle TypeScript Report

webapp/packages/core-blocks/src/index.ts#L239

Dont import/export .tsx files from .ts files directly, use React.lazy(). (@cloudbeaver/no-sync-component-import)