hzdg / hz-core

HZ's internal library of React Components 🚧
https://hz-core.netlify.com
0 stars 0 forks source link

🐛 (@hzcore/draftail-renderer) Fix multiple immutable versions #37

Closed lettertwo closed 4 years ago

lettertwo commented 4 years ago

Both @hzcore/draftail-renderer and draft-js depend on immutable, but they have different major version ranges, which results in multiple copies of immutable being loaded. This (untested) PR aligns the draftail-renderer dependency range to overlap with that of draft-js.