Skip to main content
🔍

DAM Audit Webinar

Learn how to clean, organize, and optimize your DAM portal.

Bynder compact view - React v19 compatibility issues

  • December 9, 2025
  • 2 replies
  • 17 views

When will the compact view be compatibile with react v19?
My current findings on v4.3.3 (cannot use v5 due this issue:

)

- After upgrading the repo to React 19, any page that tried to render the CompactView failed before the modal could appear.

- The browser console showed `TypeError: Cannot read properties of undefined (reading 'ReactCurrentOwner')` originating from `@bynder/compact-view` during module evaluation.

- `@bynder/compact-view` is still compiled against React 18 and reaches into `React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner` as soon as the module is loaded.

- React 19 stopped exposing `ReactCurrentOwner` on that object (the internal structure was renamed to `__CLIENT_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED`).

- Because the dependency executes this lookup at import time, the host app had no chance to provide a shim before the failure.

 

2 replies

Ryanne Perry
Community Manager
Forum|alt.badge.img+1
  • Community Manager
  • December 9, 2025

Hi ​@mosoket992 I recommend reaching out to Support for the quickest resolution here. I’d be happy to support submitting a ticket on your behalf if you can share the name of the Account/portal ID.


Ryanne Perry
Community Manager
Forum|alt.badge.img+1
  • Community Manager
  • December 11, 2025

Hi ​@mosoket992 the authentication token (In Step 2. Configure a Private Registry) they need can be retrieved using the OAuth App steps in the portal.

Please also see this thread for additional information that might be helpful to you