UNPKG
@hookform/devtools
Version:
beta (4.2.2-beta.0)
latest (4.4.0)
next (4.0.0-0)
4.4.0
4.3.3
4.3.2
4.3.1
4.3.0
4.2.3
4.2.2
4.2.2-beta.0
4.2.1
4.2.0
4.1.2-beta.0
4.1.1
4.1.1-beta.2
4.1.1-beta.1
4.1.1-beta.0
4.1.0
4.0.2
4.0.1
4.0.1-beta.0
4.0.0
4.0.0-0
3.1.0
3.0.2
3.0.1
3.0.0
3.0.0-rc.2
3.0.0-rc.1
3.0.0-rc.0
3.0.0-alpha.4
3.0.0-alpha.3
3.0.0-alpha.2
3.0.0-alpha.1
3.0.0-alpha.0
2.2.1
2.2.1-beta.1
2.2.0
2.1.1-beta.2
2.1.1-beta.1
2.1.0
2.1.0-beta.1
2.0.5
2.0.4
2.0.3
2.0.2
2.0.2-beta.1
2.0.1
2.0.1-beta.2
2.0.1-beta.1
2.0.1-beta.0
2.0.0
2.0.0-beta.3
2.0.0-beta.2
2.0.0-beta.1
1.2.1
1.0.1
1.0.0
React Hook Form dev tool to help debugging forms
react-hook-form.com
react-hook-form/devtools
@hookform/devtools
/
dist
/
index.js
11 lines
(8 loc)
•
180 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
'use strict'
if
(process.
env
.
NODE_ENV
!==
'development'
) {
module
.
exports
= {
DevTool
:
() =>
null
, }; }
else
{
module
.
exports
=
require
(
'./index.cjs.development.js'
) }