feat: add local server (#2) #6
ci.yml
on: push
lint
1m 21s
test
1m 33s
build-library
1m 26s
build-android
1m 33s
build-ios
2m 24s
Annotations
8 errors and 15 warnings
lint:
src/component/ServerComponent.tsx#L27
Argument of type 'unknown' is not assignable to parameter of type 'SetStateAction<Error | null>'.
|
lint:
src/component/createServerComponent.tsx#L82
'e' is of type 'unknown'.
|
lint
Process completed with exit code 2.
|
build-library
Process completed with exit code 1.
|
build-android
react-native-server-component-example#build:android: command (/home/runner/work/react-native-server-component/react-native-server-component/example) /tmp/xfs-7288326a/yarn run build:android exited (1)
|
build-android
Process completed with exit code 1.
|
build-ios
react-native-server-component-example#build:ios: command (/Users/runner/work/react-native-server-component/react-native-server-component/example) /private/var/folders/l_/53d72k7j4zl9kj8fzncsd8hw0000gn/T/xfs-cc93badc/yarn run build:ios exited (1)
|
build-ios
Process completed with exit code 1.
|
lint
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/.
|
lint:
server/Mocks/Card.js#L12
["default"] is better written in dot notation
|
lint:
server/Mocks/Card.js#L14
Expected 'undefined' and instead saw 'void'
|
lint:
server/Mocks/Card.js#L23
Expected 'undefined' and instead saw 'void'
|
lint:
server/Mocks/Card.js#L27
Expected literal to be on the right side of !=
|
lint:
server/Mocks/Card.js#L27
Expected '!==' and instead saw '!='
|
lint:
server/Mocks/Card.js#L30
'_getRequireWildcardCache' is a function
|
lint:
server/Mocks/Card.js#L30
'_getRequireWildcardCache' is already declared in the upper scope on line 26 column 10
|
lint:
server/Mocks/Card.js#L30
'e' is already declared in the upper scope on line 26 column 35
|
lint:
server/Mocks/Card.js#L36
Expected literal to be on the right side of ===
|
lint:
server/Mocks/Card.js#L36
Expected literal to be on the right side of !=
|
build-library
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/.
|
build-android
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, actions/setup-java@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test
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/.
|
build-ios
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/.
|