Skip to content

Commit

Permalink
Fix circular dep (#2642)
Browse files Browse the repository at this point in the history
  • Loading branch information
henit authored Sep 12, 2023
1 parent 43976fe commit f2bd63b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { FormError, FieldProps } from '../types'
import ajv, { ajvErrorsToOneFormError } from '../utils/ajv'
import DataContext from '../DataContext'
import { FieldGroupContext } from '../FieldGroup'
import { IterateElementContext } from '../Iterate'
import IterateElementContext from '../Iterate/IterateElementContext'
import { makeUniqueId } from '../../../shared/component-helper'

interface ReturnAdditional {
Expand Down

0 comments on commit f2bd63b

Please sign in to comment.