|
|
|
|
|
by hyperpape
3539 days ago
|
|
That will work for lodash, because it's just a bag of functions. But anything that creates objects that are passed outside of a single module could have problems. There was actually a high profile bug when someone ended up with two versions of react included in the same page: https://github.com/facebook/react/issues/1939. |
|
I'm not a React expert, but I don't see why that situation would only affect multiple React copies with different versions?