jdrouet/mrml

View on GitHub

Showing 1 of 3 total issues

Function Application has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const Application = () => {
  const engine = React.useMemo(() => new Engine(), []);
  const [template, setTemplate] = React.useState(DEFAULT_TEMPLATE);
  const [output, setOutput] = React.useState<ToHtmlResult>({
    type: "success",
Severity: Minor
Found in examples/demo/src/application.tsx - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language