useActionError
A hook to get the initial action error.
import { useActionError } from 'react-sprout';
let actionError = useActionError();
- Name
actionError
- Type
- any
- Description
The action error of the initial request
A hook to get the initial action error.
import { useActionError } from 'react-sprout';
let actionError = useActionError();
actionError
The action error of the initial request