This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
Add types to VModal components #1925
Labels
💻 aspect: code
Concerns the software code in the repository
🧰 goal: internal improvement
Improvement that benefits maintainers, not users
🟩 priority: low
Low priority and doesn't need to be rushed
Milestone
Description
Add type checking to components inside
VModal
. Make sure to add the directory to tsconfig.json's include list.Additional context
The
VModalContent
imports an SVG logo converting it to a component with?inline
, which cannot be type-checked. It should be replaced with ansvg
element similar to how it's used inVIcon
.Part of an ongoing effort to add type checking to parts of the project that can be type checked.
Implementation
The text was updated successfully, but these errors were encountered: