You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/constants.ts
+1
Original file line number
Diff line number
Diff line change
@@ -262,5 +262,6 @@ export const translationsDescription = `Pass a \`translations\` object to displa
262
262
263
263
exportconstcustomRenderItemDescription=`Customize the rendering of individual items within a Section by providing a \`renderItem\` function. This function allows you to define how each item should be rendered.
264
264
- Make sure to call \`getItemProps(item)\` and spread like this \`<div {...getItemProps(item)}/>\` on the container of each custom rendered item or else tracking will not work.
265
+
- Supports both ReactNode and HTMLElement as a return type
265
266
`;
266
267
exportconstdisplayShowAllResultsButtonDescription=`Pass a boolean to \`displayShowAllResultsButton\` to display a button at the bottom of the Products section to show all results. This button will submit the form and trigger the \`onSubmit\` callback.`;
0 commit comments