-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
2.2.0-rc.1
Environment
vs code, yarn ,vite , typescript
Reproduction link
c563097#diff-3fee134a410a783dfd5f6f89b1a8f7e7eb1ba8e332aeaf4cafdefc4c723088e9R59-R62
Steps to reproduce
yarn build
What is expected?
build success
What is actually happening?
error:
Property 'title' of type 'string | undefined' is not assignable to string index type 'string'.ts(2411)
(property) title?: string | undefined