🐛 Bug: Logo option parsing includes a type property #1856
Labels
status: accepting prs
Please, send a pull request to resolve this!
type: bug
Something isn't working :(
Bug Report Checklist
main
branch of the repository.Expected
blockReadme
should generate a logo that only has the known good properties:alt
,height
,src
, andwidth
.Actual
I'm seeing it also include a
type
property.I debugged a bit and it comes from returning the parsed
size
object directly:create-typescript-app/src/shared/options/readLogoSizing.ts
Lines 26 to 28 in 398e947
Additional Info
Prototyped in #1839.
💖
The text was updated successfully, but these errors were encountered: