I am developing a site for a customer. It is composed by React components and I am bundling libs such as react and react-dom in a standalone an external bundle, using browserify. The problem is that an external a 3rd party widget provider ships widgets with a script bundle, containing a different React version, also built with browserify.
Is there a way to avoid a collision without having the client remove React from his bundle script?