prismatic-io / embedded

Prismatic's library for embedding Prismatic.io into your application.
MIT License
24 stars 3 forks source link

Fix initialization of embedded state #29

Closed bkegley closed 1 year ago

bkegley commented 1 year ago

iframe.onload guaranteed that the iframe existed in the DOM however the React app was never hydrated prior to sending events over. Embedded now waits until the React app sends an initialized event before sending it's initial configuration.

This also assures that subsequent calls to prismatic.init update the configuration