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
{{ message }}
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
The prop workspaceAddedNewDestinations is set to true whenever the page is reloaded. This is not expected behavior, as the prop should only be set to true when new destinations are added to the workspace.
Steps to Reproduce:
Open the page.
Reload the page.
Verify that the prop workspaceAddedNewDestinations is true.
Expected Behavior:
The prop workspaceAddedNewDestinations should be false when the page is loaded. It should only be set to true when new destinations are added to the workspace.
Actual Behavior:
The prop workspaceAddedNewDestinations is set to true whenever the page is loaded, even if no new destinations have been added.
The text was updated successfully, but these errors were encountered:
Hi @pea sorry to answer late, the property workspaceAddedNewDestinations works correctly when you didn't define initialPreferences and customPreferences and finally you need to have configurated the defaultDestinationBehavior with value imply.
The issue was that all destinations had to be set to either true or false. I was setting them to true/ false individually. So if one was toggled on, that one should be true but the others should also be set as false.
The prop workspaceAddedNewDestinations is set to true whenever the page is reloaded. This is not expected behavior, as the prop should only be set to true when new destinations are added to the workspace.
Steps to Reproduce:
Expected Behavior:
The prop workspaceAddedNewDestinations should be false when the page is loaded. It should only be set to true when new destinations are added to the workspace.
Actual Behavior:
The prop workspaceAddedNewDestinations is set to true whenever the page is loaded, even if no new destinations have been added.
The text was updated successfully, but these errors were encountered: