update vite config to match new vite version #187
Annotations
5 errors
Windows build:
src/containers/Settings/Tab/Advanced.tsx#L72
Argument of type '{ pathInputContainer: { flexDirection: "row"; alignItems: "center"; width: "100%"; marginTop: number; }; pathInput: { paddingHorizontal: number; flex: number; backgroundColor: string; height: number; borderRadius: number; borderWidth: number; outlineStyle: string; }; browseButton: { ...; }; importButton: { ...; }; r...' is not assignable to parameter of type '{ pathInputContainer: { flexDirection: "row"; alignItems: "center"; width: "100%"; marginTop: number; }; pathInput: { paddingHorizontal: number; flex: number; backgroundColor: string; height: number; borderRadius: number; borderWidth: number; outlineStyle: string; }; browseButton: { ...; }; importButton: { ...; }; r...'.
|
Windows build:
src/containers/Settings/Tab/General.tsx#L221
Argument of type '{ pathInputContainer: { flexDirection: "row"; alignItems: "center"; width: "100%"; marginTop: number; }; pathInput: { paddingHorizontal: number; flex: number; height: number; borderRadius: number; outlineStyle: string; fontFamily: string; fontSize: number; }; browseButton: { ...; }; importButton: { ...; }; resetButt...' is not assignable to parameter of type '{ pathInputContainer: { flexDirection: "row"; alignItems: "center"; width: "100%"; marginTop: number; }; pathInput: { paddingHorizontal: number; flex: number; height: number; borderRadius: number; outlineStyle: string; fontFamily: string; fontSize: number; }; browseButton: { ...; }; importButton: { ...; }; resetButt...'.
|
Windows build:
src/containers/Settings/Tab/Languages.tsx#L83
Argument of type '{ pathInputContainer: { flexDirection: "row"; alignItems: "center"; width: "100%"; marginTop: number; }; pathInput: { paddingHorizontal: number; flex: number; backgroundColor: string; height: number; borderRadius: number; borderWidth: number; outlineStyle: string; }; browseButton: { ...; }; importButton: { ...; }; r...' is not assignable to parameter of type '{ pathInputContainer: { flexDirection: "row"; alignItems: "center"; width: "100%"; marginTop: number; }; pathInput: { paddingHorizontal: number; flex: number; backgroundColor: string; height: number; borderRadius: number; borderWidth: number; outlineStyle: string; }; browseButton: { ...; }; importButton: { ...; }; r...'.
|
Windows build:
src/utils/debounce.ts#L9
Type 'Timeout' is not assignable to type 'number'.
|
Windows build
Command failed with exit code 1: yarn tauri build
|