Skip to content

Commit 049e2e1

Browse files
committed
chore: release v0.0.81
1 parent 9d3bb8b commit 049e2e1

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.80",
2+
"version": "0.0.81",
33
"name": "@app-studio/react-request",
44
"author": "Steedmonteiro <steed@rize.network>",
55
"description": "Request Hooks to fetch data in React",

src/react-request/useRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ export type UseRequestProperties = {
8383
params?: any;
8484
cached?: boolean;
8585
debug?: boolean;
86+
formikConfig: Omit<FormikConfig<any>, 'initialValues' | 'validationSchema'>;
8687
};
8788

8889
export class RequestError extends Error {

0 commit comments

Comments
 (0)