Welcome to the Vue feedback portal. We’re happy you’re here! If you have feedback on how to improve the Vue, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Description:

Console error occurs when closing the dialog. This issue is particularly occurs when using custom component inside the dialog component.

Sample:   https://stackblitz.com/edit/er5heh-9zrrnm?file=package.json,src%2FApp.vue,src%2FInsideComponent.vue

 

This issue doesn’t occurs before the version 24.2.10. Please find the working sample below

Sample: https://stackblitz.com/edit/er5heh-b4ure8?file=package.json,src%2FApp.vue,src%2FInsideComponent.vue


Replication Procedure:

  1. Run the sample.
  2. Click on close Dialog button.
  3. Open the console.

Expected: Console error should not occur

Actual: Console error occurs