Great library!
I was trying to use it to create a theme for react-native-web with it aliased in webpack to react-native. Unfortunately, 'react-native/lib/deepDiffer' doesn't exist in react-native-web.
I'm not sure what the best solution is...depend on another library already in npm, to write your own, or to publish Facebook's deepDiffer as a separate npm module to avoid this mismatch?
Great library!
I was trying to use it to create a theme for react-native-web with it aliased in webpack to react-native. Unfortunately, 'react-native/lib/deepDiffer' doesn't exist in react-native-web.
I'm not sure what the best solution is...depend on another library already in npm, to write your own, or to publish Facebook's deepDiffer as a separate npm module to avoid this mismatch?