We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a7e911 commit 3ffd319Copy full SHA for 3ffd319
packages/bundle/src/AddFullBundle.tsx
@@ -25,7 +25,7 @@ type AddFullBundleProps = Readonly<{
25
attachmentMiddleware?: OneOrMany<AttachmentMiddleware>;
26
children: AddFullBundleChildren;
27
htmlContentTransformMiddleware?: HTMLContentTransformMiddleware[];
28
- nonce: string | undefined;
+ nonce?: string | undefined;
29
renderMarkdown?: (
30
markdown: string,
31
newLineOptions: { markdownRespectCRLF: boolean },
packages/bundle/test-d/setup.ts
@@ -1,3 +1,5 @@
1
+import '../src/env.d.ts';
2
+
3
globalThis.WEB_CHAT_BUILD_INFO_BUILD_TOOL = 'tsd';
4
globalThis.WEB_CHAT_BUILD_INFO_MODULE_FORMAT = 'unknown';
5
globalThis.WEB_CHAT_BUILD_INFO_VERSION = '0.0.0-unknown';
0 commit comments