Skip to content

updateConfig doesn't seem to work #222

@brionmario

Description

@brionmario

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions