-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(types): remove "as unknown as" type unsafe casts
fix most of the underlying type problems (apolloClient's type is still handled without type safety, add FIXME for that): - related to react-helsinki-headless-cms Config type - add missing fields to returned field named `copy` - handle `currentLanguageCode` field type safely - fix incorrect parameter and return type of `utils.getEventCardProps` - fix incorrect parameter type of `utils.getRoutedInternalHref` also: - fix sonarcloud issue typescript:S6606 "Nullish coalescing should be preferred" by using `??` instead of `||` refs HH-189
- Loading branch information
1 parent
a337aa7
commit 3761bca
Showing
19 changed files
with
233 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.