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
When creating a new Test, it should not appear any Warning in console.
Actual behavior
When clicking on the button to create a new Test, the following warning is prompted in console:
Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in a useEffect cleanup function.
Steps to reproduce
Initiate Maestro and open the 'Tests' tab
Inspect the page and access the 'Console' tab
Click the 'Create' button
Possible fix
Might be related to the conditional rendering being done in 'TestNew.js'
The last analysis also suggested that the error is being triggered by 'TitleFormItem.js' and 'RunPlanFormItem.js' in 'RunConfigurationForm.js'
The text was updated successfully, but these errors were encountered:
crazyplayy
changed the title
Analyze Warning in console when creating a new tes behaviour when refreshing page
Analyze Warning in console when creating a new Test
Jul 3, 2023
Expected behavior
When creating a new Test, it should not appear any Warning in console.
Actual behavior
When clicking on the button to create a new Test, the following warning is prompted in console:
Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in a useEffect cleanup function.
Steps to reproduce
Possible fix
Might be related to the conditional rendering being done in 'TestNew.js'
The last analysis also suggested that the error is being triggered by 'TitleFormItem.js' and 'RunPlanFormItem.js' in 'RunConfigurationForm.js'
The text was updated successfully, but these errors were encountered: