Fix retrocompat with React 16 and TypeScript 3 https://github.com/garronej/tss-react/issues/95
This commit is contained in:
src
lib
components
Error.tsxInfo.tsxKcApp.tsxLogin.tsxLoginConfigTotp.tsxLoginIdpLinkConfirm.tsxLoginIdpLinkEmail.tsxLoginOtp.tsxLoginPageExpired.tsxLoginResetPassword.tsxLoginUpdatePassword.tsxLoginUpdateProfile.tsxLoginVerifyEmail.tsxLogoutConfirm.tsxRegister.tsxRegisterUserProfile.tsxTemplate.tsxTerms.tsx
i18n
tsconfig.jsonuseFormValidationSlice.tsxtest
@ -1,4 +1,4 @@
|
||||
import { memo } from "react";
|
||||
import React, { memo } from "react";
|
||||
import Template from "./Template";
|
||||
import type { KcProps } from "./KcProps";
|
||||
import type { KcContextBase } from "../getKcContext/KcContextBase";
|
||||
|
Reference in New Issue
Block a user