Skip to content

isBrowserEnvironment is false in the browser #459

Description

@shulandmimi

running in a strict mode in the browser will lead isBrowserEnvironment is false

"use strict";varisBrowserEnvironment=(function(){// eslint-disable-next-line no-undefreturn(typeofwindow!=="undefined")&&(this===window);}).call();isBrowserEnvironment// false

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions