-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Fix some TS errors in component library #10307
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
app/component-library/components-temp/Contracts/ContractBoxBase/ContractBoxBase.tsx
Show resolved
Hide resolved
...omponent-library/components-temp/Price/AggregatedPercentage/AggregatedPercentage.stories.tsx
Outdated
Show resolved
Hide resolved
app/component-library/components/Avatars/Avatar/variants/AvatarNetwork/AvatarNetwork.types.ts
Outdated
Show resolved
Hide resolved
Bitrise❌❌❌ Commit hash: 2e9d85e Note
|
I just reverted it. Turns out we didn't need to update the package after all |
Bitrise✅✅✅ Commit hash: ab10103 Note
|
Bitrise✅✅✅ Commit hash: 3924a76 Note
|
Quality Gate passedIssues Measures |
Description
Purpose of this task is to remove many of the Typescript errors from within the
app/component-library
folder.Related issues
Fixes: #10200
Manual testing steps
tsconfig.lint.json
// "app/component-library/**/*",
lineyarn lint:tsc
app/component
filesScreenshots/Recordings
Before
After
No errors from those files
Pre-merge author checklist
Pre-merge reviewer checklist