yanick / jsonschematic

json schema viewer
https://yanick.github.io/jsonschematic/
MIT License
19 stars 3 forks source link

$ref broken #130

Open cupcakearmy opened 1 year ago

cupcakearmy commented 1 year ago

Repro:

  1. https://yanick.github.io/jsonschematic/#$ref
  2. Click on "expand"
  3. Errors out with Uncaught (in promise) TypeError: origin is undefined

Thanks for the project though!