Skip to content

Commit a75537d

Browse files
iobuhovCopilot
andcommitted
style: fix comment
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 16ae85c commit a75537d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/pluggableWidgets/datagrid-web/src/model/containers/Root.container.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ injected(selectionCounterTextsStore, CORE.mainGate, CORE.selection.selectedCount
4242
/**
4343
* Root container for bindings that can be shared down the hierarchy.
4444
* Declare only bindings that needs to be shared across multiple containers.
45-
* @remark Don't bind constants or other things that depend on props here.
45+
* @remark Don't bind constants or directly prop-dependent values here. Prop-derived atoms/stores via dependency injection are acceptable.
4646
*/
4747
export class RootContainer extends Container {
4848
id = `DatagridRootContainer@${generateUUID()}`;

0 commit comments

Comments
 (0)