-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
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
Upgrade swagger and use open api 3.0 #1736
Conversation
/fixes #1444 |
Filed swagger-api/swagger-core#2740 for the circular reference issue we ran into. Will try to make a PR for that later if I have time |
class ApiDocs extends Component { | ||
|
||
componentDidMount() { | ||
SwaggerUi({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kwm4385 no rush, but if you get a chance I'm a bit stumped. This works locally when running with gulp serve, pointed against a local singularity or against our staging environment. But, the deployed version doesn't work. Comes back with errors of Expected the reducer to be a function
.
🚢 |
This PR is step 1 in reorganizing SingularityBase and making the whole project more usable
TODO: