lessons: polish JA prose in the new "4 forces" lesson #204
Annotations
15 errors and 2 warnings
|
Lint & Type Check
Process completed with exit code 1.
|
|
Lint & Type Check:
src/app/settings/page.tsx#L43
React Hook "useEffect" is called conditionally. React Hooks must be called in the exact same order in every component render
|
|
Lint & Type Check:
src/app/settings/page.tsx#L40
React Hook "useState" is called conditionally. React Hooks must be called in the exact same order in every component render
|
|
Lint & Type Check:
src/app/settings/page.tsx#L39
React Hook "useState" is called conditionally. React Hooks must be called in the exact same order in every component render
|
|
Lint & Type Check:
src/app/settings/page.tsx#L38
React Hook "useState" is called conditionally. React Hooks must be called in the exact same order in every component render
|
|
Lint & Type Check:
src/app/settings/page.tsx#L37
React Hook "useState" is called conditionally. React Hooks must be called in the exact same order in every component render
|
|
Lint & Type Check:
src/app/settings/page.tsx#L36
React Hook "useState" is called conditionally. React Hooks must be called in the exact same order in every component render
|
|
Lint & Type Check:
src/app/settings/page.tsx#L34
React Hook "useUpdateProfile" is called conditionally. React Hooks must be called in the exact same order in every component render
|
|
Lint & Type Check:
src/app/opengraph-image.tsx#L138
Comments inside children section of tag should be placed inside braces
|
|
Tests
Process completed with exit code 1.
|
|
src/lib/challenge-runner/challenge-runner.test.ts > Rust validator > validates solution-based fallback patterns:
src/lib/challenge-runner/challenge-runner.test.ts#L127
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ src/lib/challenge-runner/challenge-runner.test.ts:127:27
|
|
src/lib/challenge-runner/challenge-runner.test.ts > Rust validator > validates counter with account attribute:
src/lib/challenge-runner/challenge-runner.test.ts#L102
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ src/lib/challenge-runner/challenge-runner.test.ts:102:27
|
|
src/lib/challenge-runner/challenge-runner.test.ts > Rust validator > validates struct presence:
src/lib/challenge-runner/challenge-runner.test.ts#L75
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ src/lib/challenge-runner/challenge-runner.test.ts:75:27
|
|
src/lib/challenge-runner/challenge-runner.test.ts > runChallenge > routes rust to validator:
src/lib/challenge-runner/challenge-runner.test.ts#L55
AssertionError: expected +0 to be 1 // Object.is equality
- Expected
+ Received
- 1
+ 0
❯ src/lib/challenge-runner/challenge-runner.test.ts:55:39
|
|
src/lib/challenge-runner/challenge-runner.test.ts > runChallenge > returns error for unsupported language:
src/lib/challenge-runner/challenge-runner.test.ts#L44
AssertionError: expected true to be false // Object.is equality
- Expected
+ Received
- false
+ true
❯ src/lib/challenge-runner/challenge-runner.test.ts:44:27
|
|
Lint & Type Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|