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
I'm getting the message "Warning: Each child in an array or iterator should have a unique "key" prop", while creating a custom task type. The warning shows up when clicking the TaskListItem for the custom tasktype.
For now looks like the issue is only occurring when testing the plugin locally.
Steps to reproduce issue:
Deploy plugin locally.
Make a call to create a callback task.
Click on the task to see the details and this is where we get the warning message.
The text was updated successfully, but these errors were encountered:
Hi,
I'm getting the message "Warning: Each child in an array or iterator should have a unique "key" prop", while creating a custom task type. The warning shows up when clicking the TaskListItem for the custom tasktype.
For now looks like the issue is only occurring when testing the plugin locally.
Steps to reproduce issue:
Deploy plugin locally.
Make a call to create a callback task.
Click on the task to see the details and this is where we get the warning message.
The text was updated successfully, but these errors were encountered: