prismicio / prismic-toolbar

An embeddable UI for Prismic content and previews directly on your website.
12 stars 19 forks source link

Fix infinite refresh loop during previews #82

Open paulnta opened 3 years ago

paulnta commented 3 years ago

This PR fixes: #66

If a page takes more than 3 seconds to load, we get stuck in an infinite refresh loop. To prevent this issue, we make sure to call reloadOrigin only once.