jdrouet/mrml

View on GitHub
examples/demo/src/application.tsx

Summary

Maintainability
A
1 hr
Test Coverage

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

    There are no issues that match your filters.

    Category
    Status