vbenjs / vite-plugin-theme

Vite plugin for dynamically changing the theme color of the interface
MIT License
140 stars 35 forks source link

使用lerna 方式 构建时报错 #17

Open liuxiucai opened 2 years ago

liuxiucai commented 2 years ago

具体错误如下:

client/client.ts:111:23 - error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'string | undefined'. Type 'unknown' is not assignable to type 'string'.

111 throw new Error(error);