@frigade/react 1.35.22 → 1.35.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.d.ts CHANGED
@@ -532,7 +532,7 @@ interface FrigadeFormProps extends DefaultFrigadeFlowProps {
532
532
  prefillData?: Record<string, any>;
533
533
  /**
534
534
  * Whether to update the url when the page changes in multi-page forms. If enabled, the current url will be updated with the
535
- * current step id in the following format: `<my_url>?p=<current_step_id>`.
535
+ * current step id in the following format: <my_url>?p=<current_step_id>
536
536
  *
537
537
  * This is useful when wanting to capture URL changes with third-party tracking tools.
538
538
  *