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-5437 use flex component instead of container #2818

Merged
merged 5 commits into from
Aug 7, 2024

Merge branch 'devel' into CB-5437-flex-component

5cf6f92
Select commit
Loading
Failed to load commit list.
Merged

CB-5437 use flex component instead of container #2818

Merge branch 'devel' into CB-5437-flex-component
5cf6f92
Select commit
Loading
Failed to load commit list.
Jenkins-CI-integration / CheckStyle TypeScript Report required action Aug 6, 2024 in 0s

CheckStyle TypeScript Report

There are 0 failures, 1 warnings

Annotations

Check warning on line 253 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#L253

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