UNPKG

@brightlayer-ui/react-auth-workflow

Version:

Re-usable workflow components for Authentication and Registration within Eaton applications.

10 lines (9 loc) 221 B
/** * @packageDocumentation * @module ErrorContext */ import { createContext } from 'react'; /** * An object that is used for error handling within the application */ export const ErrorContext = createContext(null);