-
Notifications
You must be signed in to change notification settings - Fork 517
Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels