InputControl: Fixed using InputControl in unit tests from plugins (#27615)
(cherry picked from commit 2ed9124736)
This commit is contained in:
committed by
Hugo Häggmark
parent
eca1c505c7
commit
460ccc326f
@@ -1 +1,5 @@
|
||||
export { Controller as InputControl } from 'react-hook-form';
|
||||
/**
|
||||
* Rollup does not support renamed exports so do not change this to export { Controller as InputControl } ...
|
||||
*/
|
||||
import { Controller } from 'react-hook-form';
|
||||
export const InputControl = Controller;
|
||||
|
||||
Reference in New Issue
Block a user