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
We're using this library in a Next.js project. After upgrading to the latest Next.js version (v15), we also updated to React 19 since this is now the minimum required version.
However, it appears that elements-core is still relying on the now-deprecated unmountComponentAtNode API, which is no longer supported in React 19. This causes our build to fail, effectively blocking us from upgrading beyond Next.js 14 / React 18.
Are there any plans to update the library for React 19 compatibility?
Thanks in advance!
lucasoares, hugues-m, alan345, mikepsinn, lasryaric and 9 more