Skip to content

Change sessionIdGenerator's type to accept function #149

Description

@endigo

There is no point in having sessionIdGenerator?: undefined

We weren't even able to pass a static string to it.

Suggestion

sessionIdGenerator: undefined | (() => string)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions