We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
react
peerDependencies
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If we're still using react lower than 15.6.2, then we will occur an error in broswer:
It seems there are 2 different versions of react loaded.
swagger-editor/package.json
Lines 52 to 55 in fca6947
change to
// package.json "peerDependencies": { "react": ">=15.0.0", "react-dom": ">=15.0.0" }
The text was updated successfully, but these errors were encountered:
Duplicate of swagger-api/swagger-ui#3934; closing
Sorry, something went wrong.
(not that you should've known to check there, but the discussion there is applicable to both Swagger-UI and Swagger-Editor!)
shockey
No branches or pull requests
If we're still using
react
lower than 15.6.2, then we will occur an error in broswer:It seems there are 2 different versions of
react
loaded.swagger-editor/package.json
Lines 52 to 55 in fca6947
change to
The text was updated successfully, but these errors were encountered: