-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Labels
Description
Describe the issue:
The updateConfig function from the useAuthContext hook, doesn't seem to update the context of the SDK after it's been initialized.
How to reproduce:
Initial SDK Config
{
storage: "sessionStorage"
}Update the storage on the fly.
const { updateConfig } = useAuthContext();
updateConfig({
storage: "webWorker"
});This doesn't update the SDK to web worker. Validate with React Dev Tools as well.
Expected behavior:
SDK context should be updated.
Environment information (Please complete the following information; remove any unnecessary fields) :
- SDK Version: 4.0.1
- OS: Mac
- Browser: Chrome