[Web] Stylus support #2339
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint:
src/RNGestureHandlerModule.web.ts#L71
Unsafe call of an `any` typed value
|
Lint:
src/RNGestureHandlerModule.web.ts#L74
Unsafe member access .setView on an `any` value
|
Lint:
src/RNGestureHandlerModule.web.ts#L74
Unsafe call of an `any` typed value
|
Lint:
src/RNGestureHandlerModule.web.ts#L86
Unsafe member access .updateGestureConfig on an `any` value
|
Lint:
src/RNGestureHandlerModule.web.ts#L86
Unsafe call of an `any` typed value
|
Lint:
src/RNGestureHandlerModule.web.ts#L93
Unsafe return of an `any` typed value
|
Lint:
src/RNRenderer.web.ts#L2
Unexpected any. Specify a different type
|
Lint:
src/components/DrawerLayout.tsx#L333
Forbidden non-null assertion
|
Lint:
src/components/DrawerLayout.tsx#L333
Forbidden non-null assertion
|
Lint:
src/components/DrawerLayout.tsx#L333
Forbidden non-null assertion
|
Loading