For some reason you implemented 3 way merge (which is pretty cool) as a feature request that landed in 2.1.0 but you do not export it from the main entry point (src/index.js).
Please add the required patch :
import {merge} from './patch/merge';
export {merge};
And publish a new version on npm.
For some reason you implemented 3 way merge (which is pretty cool) as a feature request that landed in 2.1.0 but you do not export it from the main entry point (src/index.js).
Please add the required patch :
import {merge} from './patch/merge';export {merge};And publish a new version on npm.