williaster commented on issue #3727: warning "@data-ui/[email protected]" has unmet peer dependency "aphrodite@^1.2.0" URL: https://github.com/apache/incubator-superset/issues/3727#issuecomment-340085510 no a peer dependency is a required dependency, but it is different from other dependencies in that it must be a singleton, i.e., across _all_ packages you are using, you must only have a single instance (and version) of that package. `React` is an example of this. so the options were either - add `aphrodite@^1.2.0` as a dependency in superset (fast, but new dependency) or - factor it out of `@data-ui/event-flow` (slower, but removes the package as a dependency) or do the first for now and remove it once it's gone from `@data-ui`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
