@saasquatch/mint-components 1.16.0-10 → 1.16.0-11

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.
@@ -2203,10 +2203,6 @@ function useDocusignForm(props) {
2203
2203
  ? publisher === null || publisher === void 0 ? void 0 : publisher.requiredTaxDocumentType : undefined;
2204
2204
  const actualDocumentType = existingDocumentType ||
2205
2205
  getDocumentType(participantType) || (publisher === null || publisher === void 0 ? void 0 : publisher.requiredTaxDocumentType);
2206
- stencilHooks_module.useEffect(() => {
2207
- // reset redirect hash
2208
- window.location.hash = "";
2209
- }, []);
2210
2206
  stencilHooks_module.useEffect(() => {
2211
2207
  if (!existingDocumentType)
2212
2208
  return;
@@ -50,10 +50,6 @@ export function useDocusignForm(props) {
50
50
  ? publisher === null || publisher === void 0 ? void 0 : publisher.requiredTaxDocumentType : undefined;
51
51
  const actualDocumentType = existingDocumentType ||
52
52
  getDocumentType(participantType) || (publisher === null || publisher === void 0 ? void 0 : publisher.requiredTaxDocumentType);
53
- useEffect(() => {
54
- // reset redirect hash
55
- window.location.hash = "";
56
- }, []);
57
53
  useEffect(() => {
58
54
  if (!existingDocumentType)
59
55
  return;
@@ -2199,10 +2199,6 @@ function useDocusignForm(props) {
2199
2199
  ? publisher === null || publisher === void 0 ? void 0 : publisher.requiredTaxDocumentType : undefined;
2200
2200
  const actualDocumentType = existingDocumentType ||
2201
2201
  getDocumentType(participantType) || (publisher === null || publisher === void 0 ? void 0 : publisher.requiredTaxDocumentType);
2202
- useEffect(() => {
2203
- // reset redirect hash
2204
- window.location.hash = "";
2205
- }, []);
2206
2202
  useEffect(() => {
2207
2203
  if (!existingDocumentType)
2208
2204
  return;