zeplin / storybook-zeplin

Storybook addon to view Zeplin resources in story panel
https://storybook-zeplin.netlify.app
MIT License
115 stars 16 forks source link

Console error on load/refresh #54

Closed kinoli closed 2 years ago

kinoli commented 2 years ago

Seeing this console error when loading storybook.

Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://app.zeplin.io') does not match the recipient window's origin ('http://localhost:6006').

prarabdhb commented 2 years ago

We are facing the same issue when we do the integration. Is there anyway to solve this?

yuqu commented 2 years ago

Sorry for the confusion, you can just ignore this error. It is a call to signal Zeplin app when you try to initialize Storybook integration.

We'll look for an alternative way for signalling to remove the error.