dieutb
Results
2
comments of
dieutb
So that I need the way to catch the error response to convert it to YAML too. Also for the http_codes description. Do you know which way to do that?
it's missing "**enclosingCharacter**" in the new version ``` componentDidUpdate(prevProps) { if (this.props !== prevProps) { const { data, headers, separator, uFEFF } = this.props; this.setState({ href: this.buildURI(data, uFEFF, headers, separator)...