Fork me on GitHub
#om
<
2017-01-01
>
drcode21:01:11

Hi everyone, I'm trying to use the Palantir blueprint library in OmNext (https://github.com/palantir/blueprint) and have it mostly working, except that I'm running into the issue that two versions of react are being loaded: One with OmNext, and another with npm/webpack when I build the blueprint js bundle. Is there any recommended solution to this sort of double-loading problem? Is it possible to exclude react with Om? Or, can anyone point me to a resource for how I can generate a js bundle that manually excludes a dependency like React? Thanks for any pointers!

drcode21:01:31

(by having Om+Blueprint "mostly working" I mean it's working, except a couple of the components are throwing errors that seem to be related to having multiple versions of react running)