Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

register wrapper after component mounted #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kit-oz
Copy link

@kit-oz kit-oz commented May 31, 2021

I have multiple layouts, each containing a dialog-wrapper with the same name for the popup sidebar. This is necessary because the components do not know which layout they are currently using.

When I move from one layout to another, the plugin breaks down, because first a new version of the dialog-wrapper is registered and only then the old one is deleted, although it has already been overwritten.

I suggest registering the dialog-wrapper after mounting, which allows you to use wrappers with the same names in different parts of the application.

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

Successfully merging this pull request may close these issues.

1 participant