Skip to content

Commit a741a60

Browse files
committed
Add comment
1 parent 14ebc9a commit a741a60

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

packages/component/src/Styles/InjectComponentCSS.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// TODO: [P2] This component can be replaced by `bindProps(InjectCSS)({ cssContent, identifier })`.
12
import { reactNode, validateProps } from '@msinternal/botframework-webchat-react-valibot';
23
import React, { memo } from 'react';
34
import { object, optional, pipe, readonly, string, undefinedable, type InferInput } from 'valibot';

packages/component/src/decorator/private/InjectDecoratorCSS.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// TODO: [P2] This component can be replaced by `bindProps(InjectCSS)({ cssContent, identifier })`.
12
import { reactNode, validateProps } from '@msinternal/botframework-webchat-react-valibot';
23
import React, { memo } from 'react';
34
import { object, optional, pipe, readonly, string, undefinedable, type InferInput } from 'valibot';

0 commit comments

Comments
 (0)