Skip to content
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

Refactor/fix type errors #72

Open
wants to merge 13 commits into
base: develop
Choose a base branch
from
Open

Refactor/fix type errors #72

wants to merge 13 commits into from

Conversation

areisle
Copy link
Collaborator

@areisle areisle commented Nov 23, 2022

This PR is just fixing as many type errors as possible and adding types for the untyped v3 schema package to make the migration to schema v4 easier. This fixes 478 type errors, but there are still 398 remaining. Most of the remaining errors require modifying the logic to fix and so are being left for a future PR

Copy link
Member

@kttkjl kttkjl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just some questions, and some styling, else checks out

src/components/DetailDrawer/index.tsx Show resolved Hide resolved
src/components/FormField/BooleanField.tsx Show resolved Hide resolved
src/components/FormLayout/FieldGroup.tsx Outdated Show resolved Hide resolved
src/components/hooks/useObject.tsx Show resolved Hide resolved
src/views/AboutView/index.tsx Show resolved Hide resolved
src/views/ActivityView/index.tsx Show resolved Hide resolved
src/views/MainView/index.tsx Show resolved Hide resolved
@github-actions
Copy link

Unit Test Results

    1 files  ±0    39 suites  ±0   57s ⏱️ ±0s
156 tests  - 4  156 ✔️  - 4  0 💤 ±0  0 ❌ ±0 
152 runs   - 4  152 ✔️  - 4  0 💤 ±0  0 ❌ ±0 

Results for commit 06ec462. ± Comparison against base commit 36d6598.

@areisle areisle requested a review from kttkjl February 13, 2023 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants