cignium / hypermedia-client

Hypermedia renderer for Cignium's hypermedia api.
MIT License
5 stars 5 forks source link

When the client fails to render a form, further calls to navigate() fail #126

Open andres-urquieta opened 7 years ago

andres-urquieta commented 7 years ago
  1. navigate to a broken form (the example we found contains a multiple checkbox property with value:null instead of [])
  2. try to navigate to any other form

the second form does not render. the first form stays on "loading", there isn't any error message. this also impacts other hypermedia instances.

https://jsfiddle.net/rvc11w4y/