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
In React 19, they have removed UMD, but they are not shipping ESM either. Rather they are recommending using esm.sh
Now in situations where your client/company does not allow us to use third party CDNs, you're stuck.
Now either we stop externalizing dependencies and bundle it all together, or try to convert these packages to UMD ourselves.
What is the new or updated feature that you are suggesting?
Include UMD build artifacts for latest release
Why should this feature be included?
Include UMD build artifacts for latest release
What docs changes are needed to explain this?
Include UMD build artifacts for latest release
The text was updated successfully, but these errors were encountered: