open-rpc / docs-react

OpenRPC documentation as a react component.
10 stars 8 forks source link

oneOf only works in certain cases #71

Closed shanejonas closed 5 years ago

shanejonas commented 5 years ago

Describe the bug oneOf only works in certain cases

How to reproduce

  1. go to playground link here: https://playground.open-rpc.org/?schemaUrl=https://raw.githubusercontent.com/etclabscore/ethereum-json-rpc-specification/master/openrpc.json
  2. go to eth_blockNumber
  3. see that the oneOf does not display (screenshots below)

Solution Get better oneOf support in docs-react

Screenshots image image

shanejonas commented 5 years ago

:tada: This issue has been resolved in version 1.0.9 :tada:

The release is available on:

Your semantic-release bot :package::rocket: