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();
actionErrorThe action error of the initial request