You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function _EMOTION_STRINGIFIED_CSS_ERROR__() {return\\"You have tried to stringify object returned from \`css\` function. It isn't supposed to be used directly (e.g. as value of the \`className\` prop), but rather handed to emotion so it can handle it (e.g. as value of \`css\` prop).\\"; }
13
+
function _EMOTION_STRINGIFIED_CSS_ERROR__() {return"You have tried to stringify object returned from \`css\` function. It isn't supposed to be used directly (e.g. as value of the \`className\` prop), but rather handed to emotion so it can handle it (e.g. as value of \`css\` prop)."; }
14
14
15
15
import * as React from 'react';
16
16
import {Global} from '@emotion/react';
17
17
18
-
var _ref = process.env.NODE_ENV === \\"production\\" ? {
19
-
name: \\"3sn2xs\\",
20
-
styles: \\"color:hotpink\\"
18
+
var _ref = process.env.NODE_ENV === "production" ? {
Copy file name to clipboardexpand all lines: packages/babel-plugin/__tests__/__snapshots__/global.js.snap
+31-31
Original file line number
Diff line number
Diff line change
@@ -11,18 +11,18 @@ export default () => (
11
11
12
12
↓ ↓ ↓ ↓ ↓ ↓
13
13
14
-
function _EMOTION_STRINGIFIED_CSS_ERROR__() {return\\"You have tried to stringify object returned from \`css\` function. It isn't supposed to be used directly (e.g. as value of the \`className\` prop), but rather handed to emotion so it can handle it (e.g. as value of \`css\` prop).\\"; }
14
+
function _EMOTION_STRINGIFIED_CSS_ERROR__() {return"You have tried to stringify object returned from \`css\` function. It isn't supposed to be used directly (e.g. as value of the \`className\` prop), but rather handed to emotion so it can handle it (e.g. as value of \`css\` prop)."; }
15
15
16
16
import * as React from 'react';
17
17
import {Global} from '@emotion/react';
18
18
19
-
var _ref = process.env.NODE_ENV === \\"production\\" ? {
20
-
name: \\"9aoaei\\",
21
-
styles: \\"color:hotpink;background-color:#fff\\"
19
+
var _ref = process.env.NODE_ENV === "production" ? {
function _EMOTION_STRINGIFIED_CSS_ERROR__() {return\\"You have tried to stringify object returned from \`css\` function. It isn't supposed to be used directly (e.g. as value of the \`className\` prop), but rather handed to emotion so it can handle it (e.g. as value of \`css\` prop).\\"; }
41
+
function _EMOTION_STRINGIFIED_CSS_ERROR__() {return"You have tried to stringify object returned from \`css\` function. It isn't supposed to be used directly (e.g. as value of the \`className\` prop), but rather handed to emotion so it can handle it (e.g. as value of \`css\` prop)."; }
42
42
43
43
import * as React from 'react';
44
44
import {Global} from '@emotion/react';
45
45
46
-
var _ref = process.env.NODE_ENV === \\"production\\" ? {
47
-
name: \\"3sn2xs\\",
48
-
styles: \\"color:hotpink\\"
46
+
var _ref = process.env.NODE_ENV === "production" ? {
function _EMOTION_STRINGIFIED_CSS_ERROR__() {return\\"You have tried to stringify object returned from \`css\` function. It isn't supposed to be used directly (e.g. as value of the \`className\` prop), but rather handed to emotion so it can handle it (e.g. as value of \`css\` prop).\\"; }
115
+
function _EMOTION_STRINGIFIED_CSS_ERROR__() {return"You have tried to stringify object returned from \`css\` function. It isn't supposed to be used directly (e.g. as value of the \`className\` prop), but rather handed to emotion so it can handle it (e.g. as value of \`css\` prop)."; }
116
116
117
117
import * as React from 'react';
118
118
import {Global, css} from '@emotion/react'; // this gets ignored by Global macro, but it tests that this combination doesn't crash or something
119
119
120
-
var _ref = process.env.NODE_ENV === \\"production\\" ? {
121
-
name: \\"3sn2xs\\",
122
-
styles: \\"color:hotpink\\"
120
+
var _ref = process.env.NODE_ENV === "production" ? {
function _EMOTION_STRINGIFIED_CSS_ERROR__() {return\\"You have tried to stringify object returned from \`css\` function. It isn't supposed to be used directly (e.g. as value of the \`className\` prop), but rather handed to emotion so it can handle it (e.g. as value of \`css\` prop).\\"; }
188
+
function _EMOTION_STRINGIFIED_CSS_ERROR__() {return"You have tried to stringify object returned from \`css\` function. It isn't supposed to be used directly (e.g. as value of the \`className\` prop), but rather handed to emotion so it can handle it (e.g. as value of \`css\` prop)."; }
189
189
190
190
/* eslint-disable */
191
191
import * as React from 'react';
192
192
import {Global} from '@emotion/react'; // prettier-ignore
193
193
194
-
var _ref = process.env.NODE_ENV === \\"production\\" ? {
195
-
name: \\"3sn2xs\\",
196
-
styles: \\"color:hotpink\\"
194
+
var _ref = process.env.NODE_ENV === "production" ? {
0 commit comments