-
Notifications
You must be signed in to change notification settings - Fork 9.3k
react as peerDependency #3934
Copy link
Copy link
Closed
Description
| Q | A |
|---|---|
| Bug or feature request? | Causes Bug "Multiple Copies of react installed" |
| Which Swagger/OpenAPI version? | unrelated |
| Which Swagger-UI version? | "swagger-ui": "^3.4.4" |
| How did you install Swagger-UI? | npm install |
| Which browser & version? | all browsers |
| Which operating system? | all |
Expected Behavior
declare dep to react as peerDependency not as dependency
Current Behavior
bug if app is using different version of react.
Possible Solution
Context
it sneaked in through updating swagger-ui
Would be great if you would not mind changing this.
Thank you for your great work on swagger!
Reactions are currently unavailable