-
Notifications
You must be signed in to change notification settings - Fork 23
feat: support multiple response types #208
feat: support multiple response types #208
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.
Apologies for the delay on this. Just one small thing but otherwise this looks great!
return ( | ||
<div> | ||
<select | ||
style={{ backgroundColor: '#3d434a' }} |
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.
It would probably be best if this were a class name instead. Can you add a class for this into example/bundle-hub2.css
? I'll make sure we do the same to our production CSS.
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.
Thanks, I've added this
2b36ef6
to
87fbe42
Compare
87fbe42
to
c2f9f48
Compare
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.
@erunion looks good to me once we update that class name!
closes #198
@domharrington this is ready. Can you check it when you available
https://github.com/readmeio/api-explorer/pull/208/files#diff-e7f8868abb312f633724097c3a090b40R61
I fixed a broken/wrong test here which came from the master