Skip to content

isBrowserEnvironment is false in the browser #459

@shulandmimi

Description

@shulandmimi

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

"use strict"; var isBrowserEnvironment = (function() { // eslint-disable-next-line no-undef return (typeof window !== "undefined") && (this === window); }).call(); isBrowserEnvironment // false

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