Develop and document Hypp components
Tale events only work properly if the Tale's state can be fully JSON encoded. Otherwise, the app in the iFrame isn't able to communicate the changed state to the admin in the top frame.
You can reload the page by calling the reload endpoint:
curl -X POST http://localhost:8000/reloadflowchart TD
subgraph internal
dispatch
component
driver
end
app --> dispatch
app --> component
app --> fairytale
dispatch --> driver
dispatch --> fairytale
component --> dispatch
component --> fairytale
control --> fairytale
control --> dispatch