Skip to content

Commit e6f2c9f

Browse files
Copilotanupriya13
andcommitted
Run yarn change prerelease and yarn lint:fix
Co-authored-by: anupriya13 <54227869+anupriya13@users.noreply.github.com>
1 parent 23e950f commit e6f2c9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/@react-native-windows/tester/src/js/examples/FlatList/FlatList-multiColumn.windows.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function MultiColumnExample(): React.Node {
6767
return {length, offset: length * index, index};
6868
};
6969

70-
// eslint-disable-next-line react/no-unstable-nested-components
70+
7171
const _renderItemComponent = ({
7272
item,
7373
}: ListRenderItemInfo<any | Item>): $FlowFixMe => {

vnext/templates/cpp-lib/template.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ async function getFileMappings(config = {}, options = {}) {
9999
let firstSpecName = null;
100100
if (existsSync(codegenPath)) {
101101
try {
102-
const specFiles = await glob('*Spec.g.h', { cwd: codegenPath });
102+
const specFiles = await glob('*Spec.g.h', {cwd: codegenPath});
103103
existingSpecFiles = specFiles;
104104
if (specFiles.length > 0) {
105105
// Extract the spec name from filename (e.g., "NativeMyModuleSpec.g.h" -> "MyModuleSpec")

0 commit comments

Comments
 (0)