File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
packages/next/src/client/components/react-dev-overlay/ui Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -134,17 +134,17 @@ const runtimeErrors: ReadyRuntimeError[] = [
134
134
{
135
135
id : 4 ,
136
136
runtime : true ,
137
- error : new Error ( 'Fourth error message ' ) ,
137
+ error : new Error ( 'typeof window !== undefined ' ) ,
138
138
frames : ( ) =>
139
139
Promise . resolve ( [
140
140
{
141
141
error : true ,
142
- reason : 'Fourth error message ' ,
142
+ reason : 'typeof window !== undefined ' ,
143
143
external : false ,
144
144
ignored : false ,
145
145
sourceStackFrame,
146
146
originalStackFrame,
147
- originalCodeFrame : originalCodeFrame ( 'Fourth error message ' ) ,
147
+ originalCodeFrame : originalCodeFrame ( 'typeof window !== undefined ' ) ,
148
148
} ,
149
149
] ) ,
150
150
} ,
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ export function Base({ scale = 1 }: { scale?: DevToolsScale }) {
33
33
'Source Sans Pro' , sans-serif ;
34
34
35
35
font- family: var(- - font- stack- sans);
36
+ font- variant- ligatures: none;
36
37
37
38
/* TODO: Remove replaced ones. */
38
39
- - shadow- sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
You can’t perform that action at this time.
0 commit comments