-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(frontend): improve error message for missing '#storybook-root' el…
…ement & update ts - Updated TypeScript version from `^4.4.x` to `^5.7.3` in `package.json` and `package-lock.json`. - Removed unused import of `React` in `Common.tsx` and `SectionHeader.tsx`. - Fixed type coercion issue in `InstanceCountLabel` component by converting `countText` to a number. - Ensured `aria-label` in `SectionHeader` uses `toString()` for translation. - facebook/create-react-app#13080 - certain deps demand higher ts version while react-scripts still depend on older ts versions - react-scripts still works fine with newer ts therefore overwrite ts version
- Loading branch information
Showing
6 changed files
with
21 additions
and
35 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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