replace equality check with bulletproof solution
Closed this issue · 1 comments
cpeddecord commented
This issue has hamstrung certain aspects of local development vis a vis:
npm linkwould cause multiple instances of Immutable to be referenced- working within a mono-repo tooled by Lerna causes multiple instances of Immutable to be referenced
Could this be solved using something like Immutable.Map.isMap() vs. comparing constructors?
cpeddecord commented
passes tests on your end, passes tests on my end.