Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wordpress plugin doesn't support multiple assets on a page #107

Open
cmcfadden opened this issue Nov 29, 2022 · 0 comments
Open

Wordpress plugin doesn't support multiple assets on a page #107

cmcfadden opened this issue Nov 29, 2022 · 0 comments

Comments

@cmcfadden
Copy link
Member

With Gutenberg, the Wordpress plugin won't support multiple assets on the same page properly. This is because the message listener stays live for all of the active plugin instances.

To resolve, we'll need to create some sort of UUID for each instance of the plugin, and pass that over the inter window messaging. Then we'll need to pass it back from Elevator and ensure we only respond to the right one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant