We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5415b9c commit 96569e3Copy full SHA for 96569e3
src/components/chat/types.ts
@@ -145,6 +145,9 @@ export type IgcChatOptions = {
145
* This property should be used as a **last resort** as it can lead to **style leakage**, where
146
* global styles unexpectedly bleed into the component, breaking encapsulation and causing
147
* unpredictable visual issues.
148
+ *
149
+ * **WARNING**: This is a once time shot. Changing this property in runtime won't reflect
150
+ * its value.
151
*/
152
adoptRootStyles?: boolean;
153
0 commit comments