Skip to content

Commit 8eaacf4

Browse files
committed
chore: tsc fixes
1 parent ffa64b3 commit 8eaacf4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/ui-pager/index.common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import {
2424
makeValidator,
2525
removeWeakEventListener
2626
} from '@nativescript/core';
27-
import { layout } from '@nativescript/core/utils/utils';
27+
import { layout } from '@nativescript/core/utils/layout-helper';
2828

2929
export type Orientation = 'horizontal' | 'vertical';
3030

src/ui-pager/react/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ export class _Pager extends React.Component<Props, State> {
226226
const {
227227
// Only used by the class component; not the JSX element.
228228
forwardedRef,
229+
//@ts-ignore
229230
children,
230231
_debug,
231232
cellFactories,
@@ -274,7 +275,7 @@ export class _PagerItem extends React.Component<PagerItemAttributes, {}> {
274275
render() {
275276
const {
276277
forwardedRef,
277-
278+
//@ts-ignore
278279
children,
279280
// view, /* We disallow this at the typings level. */
280281
...rest

0 commit comments

Comments
 (0)