prismicio / prismic-toolbar

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

fix: improve setup port warning #91

Closed lihbr closed 3 years ago

lihbr commented 3 years ago

Status

✅  This PR is ready, awaiting review & QA.

Types of changes

Overview

Some extensions can send messages to iframes, this can cause the toolbar to report false-positive errors during its init process.

This Pull Request adds a buffer during the toolbar initialization process, displaying improved warning only if the toolbar did not init after a given timeout (500ms).

Fixes #60