Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, 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

Sample : https://stackblitz.com/edit/react-jkzvml-ntkb5z?file=index.html,package.json,index.js


A console error occurred when using the position property in the dialog. The issue only occurs when the header property is used as a function and the position property is also used. However, if we use the header property as a string, the issue does not replicate.



Replication procedure :

  1. Run the sample.
  2. Click “open” button to show the dialog.

Expected Output: The dialog needs to be opened without a console error.

Current Output: A console error occurred while opening the dialog.