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
The onboarding process does not handle the missing 'write' object gracefully.
Expected behavior
Currently, the onboarding process assumes that certain objects, such as 'write', are always present in the configuration, which this might not always be the case.
The onboarding process should be able to handle changes in the configuration, such as the absence of the 'write' object, without causing errors or interruptions.
The text was updated successfully, but these errors were encountered:
Describe the bug
The onboarding code in the following files does not handle changes in the configuration, such as the absence of the 'write' object:
components/onboarding/onboardingContext.js
components/onboarding/onboardingPilot.js
To Reproduce
Expected behavior
Currently, the onboarding process assumes that certain objects, such as 'write', are always present in the configuration, which this might not always be the case.
The onboarding process should be able to handle changes in the configuration, such as the absence of the 'write' object, without causing errors or interruptions.
The text was updated successfully, but these errors were encountered: