Commit 2ed91247 by Torkel Ödegaard Committed by GitHub

InputControl: Fixed using InputControl in unit tests from plugins (#27615)

parent b5886479
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;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment