govau/performance-dashboard

View on GitHub
client/src/editor/scripts/components/jsonschemaForms/baseForm/baseForm.js

Summary

Maintainability
A
1 hr
Test Coverage

Function render has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  render({ formProps, formData }) {
    if (!formProps) {
      throw new Error('must provide formProps to base form');
    }

    There are no issues that match your filters.

    Category
    Status