Skip to content

Commit fa56933

Browse files
author
Kanchalai Tanglertsampan
committed
Update baselines from merging
1 parent 989f9d8 commit fa56933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/baselines/reference/reactImportDropped.symbols

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ import {layout} from '../../utils/theme'; // <- DO NOT DROP this import
6060
const x = <TabBar height={layout.footerHeight} />;
6161
>x : Symbol(x, Decl(NavigationView.js, 2, 5))
6262
>TabBar : Symbol(TabBar, Decl(NavigationView.js, 0, 6))
63-
>height : Symbol(layout)
63+
>height : Symbol(height, Decl(NavigationView.js, 2, 17))
6464
>layout : Symbol(layout, Decl(NavigationView.js, 1, 8))
6565

0 commit comments

Comments
 (0)