You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/main.ts:17:36 - error TS2345: Argument of type'string[]' is not assignable to parameter of type'PrezFlavour[]'.
Type 'string' is not assignable to type'PrezFlavour'.
17 app.provide(enabledPrezsConfigKey, config.enabledPrezs.split(","));
Building a prod release:
Error:
This is the referenced line:
prez-ui/src/main.ts
Line 17 in 7816224
My build environment is using:
vite
v4.5.3typescript
v5.2.2The text was updated successfully, but these errors were encountered: