Fix compile issue and put back files in tsconfig.strict.json

This commit is contained in:
Laurent Nguyen
2024-06-26 15:02:12 +02:00
parent 1419a8897b
commit 1e9727341b
5 changed files with 3689 additions and 7318 deletions

View File

@@ -14,7 +14,6 @@ import {
TextField,
Toggle,
} from "@fluentui/react";
import { TFunction } from "i18next";
import * as React from "react";
import {
ChoiceItem,
@@ -100,7 +99,7 @@ export interface SmartUiComponentProps {
onInputChange: (input: AnyDisplay, newValue: InputType) => void;
onError: (hasError: boolean) => void;
disabled: boolean;
getTranslation: TFunction;
getTranslation: (messageKey: string, namespace?: string) => string;
}
interface SmartUiComponentState {

View File

@@ -14,7 +14,6 @@ i18n
formatSeparator: ",",
},
react: {
wait: true,
bindI18n: "languageChanged added loaded",
bindI18nStore: "added removed",
nsMode: "default",