- Notifications
You must be signed in to change notification settings - Fork 366
Open
Description
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 // falseippeiukai, howlettt, sebassonav, samuelfahrngruber, andriyor and 7 moreblittle
Metadata
Metadata
Assignees
Labels
No labels