React adapter configuration.

1.2.0

interface ReactAdapterConfig {
    setGlobal?: boolean;
}

Properties

Properties

setGlobal?: boolean

If true, sets the global context on mount.

true