You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
We’ve encountered a rendering issue with custom components when using the app.use(Component) approach in Vite-based projects. This problem is linked to updates made in #512.
Details:
Problem: The issue manifests when the key (${p.prop}-${p.rowIndex}) is used in custom components. Errors occur particularly when the source data is passed from outside and modified externally.
Description:
We’ve encountered a rendering issue with custom components when using the
app.use(Component)
approach in Vite-based projects. This problem is linked to updates made in #512.Details:
${p.prop}-${p.rowIndex}
) is used in custom components. Errors occur particularly when the source data is passed from outside and modified externally.Current Status:
app.use(Component)
approach and its interaction with Vite.${p.prop}-${p.rowIndex}
) remains essential for performance optimization and reducing redraws.Action Items:
app.use(Component)
and Vite, especially in light of VueTemplate render repeat #512.Links:
Additional Notes:
https://codesandbox.io/p/github/revolist/vue3-app-use-component--513/main?workspaceId=b937c3e5-f7f0-45a6-aa08-b9f120dcd9b0
The text was updated successfully, but these errors were encountered: