@clerk/chrome-extension 2.8.7-canary.v20251125231603 → 2.8.7-canary.v20251126131830

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.
@@ -1815,7 +1815,7 @@ var _UserButton = withClerk(
1815
1815
  const { customPages, customPagesPortals } = useUserProfileCustomPages(props.children, {
1816
1816
  allowForAnyChildren: !!props.__experimental_asProvider
1817
1817
  });
1818
- const userProfileProps = Object.assign(props.userProfileProps || {}, { customPages });
1818
+ const userProfileProps = { ...props.userProfileProps, customPages };
1819
1819
  const { customMenuItems, customMenuItemsPortals } = useUserButtonCustomMenuItems(props.children, {
1820
1820
  allowForAnyChildren: !!props.__experimental_asProvider
1821
1821
  });
@@ -1959,7 +1959,7 @@ var _OrganizationSwitcher = withClerk(
1959
1959
  const { customPages, customPagesPortals } = useOrganizationProfileCustomPages(props.children, {
1960
1960
  allowForAnyChildren: !!props.__experimental_asProvider
1961
1961
  });
1962
- const organizationProfileProps = Object.assign(props.organizationProfileProps || {}, { customPages });
1962
+ const organizationProfileProps = { ...props.organizationProfileProps, customPages };
1963
1963
  const sanitizedChildren = useSanitizedChildren(props.children);
1964
1964
  const passableProps = {
1965
1965
  mount: clerk2.mountOrganizationSwitcher,
@@ -2676,7 +2676,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
2676
2676
  }
2677
2677
  var SDK_METADATA = {
2678
2678
  name: "@clerk/clerk-react",
2679
- version: "5.57.1-canary.v20251125231603",
2679
+ version: "5.57.1-canary.v20251126131830",
2680
2680
  environment: process.env.NODE_ENV
2681
2681
  };
2682
2682
  var _status;
@@ -4249,7 +4249,7 @@ var BrowserStorageCache = createBrowserStorageCache();
4249
4249
  var clerk;
4250
4250
  noRhc.Clerk.sdkMetadata = {
4251
4251
  name: "@clerk/chrome-extension",
4252
- version: "2.8.7-canary.v20251125231603"
4252
+ version: "2.8.7-canary.v20251126131830"
4253
4253
  };
4254
4254
  async function createClerkClient({
4255
4255
  __experimental_syncHostListener = false,