feat: no longer export by default Form component
BREAKING CHANGE: you must use `import { Form } from 'react-component-form'`
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import React from 'react'
|
||||
import { render, cleanup, fireEvent } from '@testing-library/react'
|
||||
|
||||
import Form, { HandleForm } from '../src'
|
||||
import { Form, HandleForm } from '../src'
|
||||
|
||||
afterEach(cleanup)
|
||||
|
||||
|
Reference in New Issue
Block a user