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

revert: fix(NcActions): use new slots api #5196

Merged
merged 1 commit into from
Feb 1, 2024

Commits on Jan 31, 2024

  1. revert: fix(NcActions): use new slots api

    - $scopedSlots cannot be used in beforeUpdated.
      On re-rendering, when vnode is reused, on beforeUpdated $scopedSlots returns an old value and breaks rendering.
    - Officially, $slots/$scopedSlots should be used only during the rendering
    - This commit returns $slots to have an old behavior and resolve regression
    - TODO: find better soluton to support both slots API
    
    Reverts commit b94ff04
    
    Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
    ShGKme committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    08cc694 View commit details
    Browse the repository at this point in the history