File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import {
24
24
makeValidator ,
25
25
removeWeakEventListener
26
26
} from '@nativescript/core' ;
27
- import { layout } from '@nativescript/core/utils/utils ' ;
27
+ import { layout } from '@nativescript/core/utils/layout-helper ' ;
28
28
29
29
export type Orientation = 'horizontal' | 'vertical' ;
30
30
Original file line number Diff line number Diff line change @@ -226,6 +226,7 @@ export class _Pager extends React.Component<Props, State> {
226
226
const {
227
227
// Only used by the class component; not the JSX element.
228
228
forwardedRef,
229
+ //@ts -ignore
229
230
children,
230
231
_debug,
231
232
cellFactories,
@@ -274,7 +275,7 @@ export class _PagerItem extends React.Component<PagerItemAttributes, {}> {
274
275
render ( ) {
275
276
const {
276
277
forwardedRef,
277
-
278
+ // @ts -ignore
278
279
children,
279
280
// view, /* We disallow this at the typings level. */
280
281
...rest
You can’t perform that action at this time.
0 commit comments