-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
React Rewrite: A couple minor bug fixes #436
Conversation
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.
Nice! Thanks for PR!
I made a commit on top of your PR to fix demo's webpack config because it was broken by changing import statement.
This looks good for me, could you just plz remove space.
Thanks!
demo/index.tsx
Outdated
@@ -24,7 +24,7 @@ const DEFAULT_SPEC = 'openapi.yaml'; | |||
class DemoApp extends React.Component< | |||
{}, | |||
{ specUrl: string; dropdownOpen: boolean; cors: boolean } | |||
> { | |||
> { |
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.
could you please remove space here
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.
Done
Nice 👍 |
fyi, you still don't appear on Contributors page but you will once I merge this branch into master. GitHub doesn't count contributions to non-default branches. |
All good. Would be wonderful if you could publish another alpha to npm :) |
released |
if (schema.allOf === undefined) {