mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Fix CI from stale merge (#34555)
This commit is contained in:
committed by
GitHub
parent
720bb13069
commit
cad813ac1e
@@ -2,4 +2,4 @@ import type { PluginOptions } from
|
||||
'babel-plugin-react-compiler/dist';
|
||||
({
|
||||
//compilationMode: "all"
|
||||
} satisfies Partial<PluginOptions>);
|
||||
} satisfies PluginOptions);
|
||||
@@ -263,7 +263,7 @@ test('error is displayed when config has validation error', async ({page}) => {
|
||||
|
||||
({
|
||||
compilationMode: "123"
|
||||
} satisfies Partial<PluginOptions>);`,
|
||||
} satisfies PluginOptions);`,
|
||||
showInternals: false,
|
||||
};
|
||||
const hash = encodeStore(store);
|
||||
@@ -293,7 +293,7 @@ test('disableMemoizationForDebugging flag works as expected', async ({
|
||||
environment: {
|
||||
disableMemoizationForDebugging: true
|
||||
}
|
||||
} satisfies Partial<PluginOptions>);`,
|
||||
} satisfies PluginOptions);`,
|
||||
showInternals: false,
|
||||
};
|
||||
const hash = encodeStore(store);
|
||||
|
||||
Reference in New Issue
Block a user