From febf623ddcb9e1b22f7f15c0d508b9c81d74416c Mon Sep 17 00:00:00 2001 From: Harold Martin Date: Fri, 4 Apr 2025 07:26:13 -0700 Subject: [PATCH] Add note about Next.js in custom feedback UI --- .../javascript/common/user-feedback/configuration/index.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/platforms/javascript/common/user-feedback/configuration/index.mdx b/docs/platforms/javascript/common/user-feedback/configuration/index.mdx index faac7fdea841d..fd816354a0016 100644 --- a/docs/platforms/javascript/common/user-feedback/configuration/index.mdx +++ b/docs/platforms/javascript/common/user-feedback/configuration/index.mdx @@ -34,6 +34,10 @@ If you have `autoInject: true` a button will be inserted into the page that trig Read more about how to [use your own UI](#bring-your-own-button) below. + +When implmenting feedback in a Next.js component, use `const feedback = getFeedback()` + + ### User and Form The following options can be configured for the integration in `feedbackIntegration({})`: