Merge pull request #6 from anon-aadhaar/feat/upload_png #5
Annotations
4 errors and 1 warning
Typecheck files:
example/src/ProgressBar.tsx#L4
Binding element 'currentIndex' implicitly has an 'any' type.
|
Typecheck files:
example/src/ProgressBar.tsx#L4
Binding element 'itemCount' implicitly has an 'any' type.
|
Typecheck files:
example/src/ProgressBar.tsx#L31
Argument of type '{ progressBarContainer: { flexDirection: "row"; alignItems: "center"; justifyContent: "center"; height: number; marginVertical: number; }; dot: { backgroundColor: string; width: number; height: number; borderRadius: number; marginHorizontal: number; transition: string; }; activeDot: { ...; }; }' is not assignable to parameter of type '{ progressBarContainer: { flexDirection: "row"; alignItems: "center"; justifyContent: "center"; height: number; marginVertical: number; }; dot: { backgroundColor: string; width: number; height: number; borderRadius: number; marginHorizontal: number; transition: string; }; activeDot: { ...; }; } & NamedStyles<...>'.
|
Typecheck files
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading