Skip to content

Conversation

@backportbot
Copy link

@backportbot backportbot bot commented Jan 30, 2024

Backport of PR #5178

ShGKme and others added 2 commits January 30, 2024 17:11
Signed-off-by: Grigorii K. Shartsev <[email protected]>
Co-authored-by: Raimund Schlüßler <[email protected]>
Signed-off-by: Grigorii K. Shartsev <[email protected]>
Co-authored-by: Raimund Schlüßler <[email protected]>
@backportbot backportbot bot added bug Something isn't working 3. to review Waiting for reviews feature: actions Related to the actions components regression Regression of a previous working feature labels Jan 30, 2024
@ShGKme
Copy link
Contributor

ShGKme commented Jan 30, 2024

Not possible in Vue 3 for now. Requires a new way to find actions.

@ShGKme ShGKme closed this Jan 30, 2024
@susnux
Copy link
Contributor

susnux commented Jan 30, 2024

can we use inject/provide for a generic interface?

@ShGKme
Copy link
Contributor

ShGKme commented Jan 30, 2024

can we use inject/provide for a generic interface?

We will have the same issue we have now. inject doesn't happen until a component instance that injects something is created during the rendering. The same in render function, to have vnode.children we need to render vnode.

So we may need something like multi-stage rendering. I had some drafts yesterday, but dropped it to have a hotfix for a11y and Text app quickly.

@susnux susnux deleted the backport/5178/next branch April 2, 2025 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews bug Something isn't working feature: actions Related to the actions components regression Regression of a previous working feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants