@bombillazo/rhf-plus 7.56.1-plus.0 → 7.56.1-plus.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +56 -131
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.mjs +1 -0
- package/dist/index.esm.mjs.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/useFormContext.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.mjs
CHANGED
|
@@ -133,6 +133,7 @@ const INPUT_VALIDATION_RULES = {
|
|
|
133
133
|
};
|
|
134
134
|
|
|
135
135
|
const HookFormContext = React__default.createContext(null);
|
|
136
|
+
HookFormContext.displayName = 'HookFormContext';
|
|
136
137
|
/**
|
|
137
138
|
* This custom hook allows you to access the form context. useFormContext is intended to be used in deeply nested structures, where it would become inconvenient to pass the context as a prop. To be used with {@link FormProvider}.
|
|
138
139
|
*
|