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 510f37c commit 513ab3eCopy full SHA for 513ab3e
packages/feedback-screenshot/src/screenshot.ts renamed to packages/feedback-screenshot/src/screenshot.tsx
@@ -27,7 +27,7 @@ export const _feedbackScreenshotIntegration = ((options: Partial<FeedbackScreens
27
return { el: options.el || WINDOW.document.createElement('div'), props: options.props || null };
28
},
29
renderScreenshotWidget: (options: FeedbackScreenshotOptions) => {
30
- return render(h(Hello, null), options.el);
+ return render(<Hello />, options.el);
31
32
};
33
}) satisfies IntegrationFn;
0 commit comments