UNPKG

@winglet/react-utils

Version:

React utility library providing custom hooks, higher-order components (HOCs), and utility functions to enhance React application development with improved reusability and functionality

6 lines (3 loc) 197 B
import { jsx } from 'react/jsx-runtime'; const FallbackMessage = () => (jsx("div", { style: { fontStyle: 'italic' }, children: "An unexpected error has occurred" })); export { FallbackMessage };