Feat/teach link web#860
Conversation
|
@Emoji-dot Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
|
Great job so far There’s just one blocker — the workflow is failing. Could you take a look and fix it so all checks pass? Happy to review again once that’s done. |
|
I will fix it now thank you |
|
Hello, can you please check if the workflow passes |
|
workflow still failing. |
…tead of ^9.0.0) - Resolves branch protection check failure
Fixes React hooks/rules-of-hooks violations by ensuring all hooks are called before any conditional returns. This resolves the lint errors in the Branch Protection checks.
|
Kindly fix workflow. Dont forget to pull from the main before pushing. |
…ation Co-authored-by: Cursor <cursoragent@cursor.com>
|
Tried fixing this CI but all failed because is error it's showing isn't from my side my code base or work tree is clean and without error |
|
I'm sorry for my incapableness 🙏😔 |
|
Hi, |
|
Hi, the lint workflow is failing because the pnpm-lock.yaml file is out of sync with packages/tooling/package.json. The dependency specifier for eslint was changed (^9.0.0 → ^9), but the lockfile wasn't updated and committed. Could you please run: pnpm install The CI job uses pnpm install --frozen-lockfile, so it requires the lockfile to exactly match the workspace manifests. |
|
Done |
|
Thank you for contributing to the project. |
|
Thank you too |
Description
Brief description of changes
Related Issue
Closes #
Type of Change
Checklist
close [Performance] No lazy loading for heavy third-party dependencies in the initial bundle #741