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 method removeBootstrappedManifestLocation() is called in the cleanup method. Is is only required for old bootstraped code. Newer code does it automatically and complains in case it is done manually.
The method removeBootstrappedManifestLocation() is called in the cleanup method. Is is only required for old bootstraped code. Newer code does it automatically and complains in case it is done manually.
To fix this a guard need to be added.