Fix retrocompat with React 16 and TypeScript 3 https://github.com/garronej/tss-react/issues/95

This commit is contained in:
garronej
2022-07-30 00:42:07 +02:00
parent d79081dee4
commit de53f1ff40
22 changed files with 22 additions and 21 deletions

View File

@ -1,5 +1,6 @@
import "minimal-polyfills/Object.fromEntries";
//NOTE for later: https://github.com/remarkjs/react-markdown/blob/236182ecf30bd89c1e5a7652acaf8d0bf81e6170/src/renderers.js#L7-L35
import React from "react";
import ReactMarkdown from "react-markdown";
import memoize from "memoizee";
import { kcMessages as kcMessagesBase } from "./generated_kcMessages/18.0.1/login";