Skip to content

Commit

Permalink
Update packages/next/src/client/components/react-dev-overlay/_experim…
Browse files Browse the repository at this point in the history
…ental/internal/components/Errors/error-message/error-message.tsx

Co-authored-by: Sebastian "Sebbie" Silbermann <[email protected]>
  • Loading branch information
devjiwonchoi and eps1lon authored Jan 6, 2025
1 parent a2d6e3d commit 222e098
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { noop as css } from '../../../helpers/noop-template'

export type ErrorMessageType = string | React.ReactNode
export type ErrorMessageType = React.ReactNode

type ErrorMessageProps = {
errorMessage: ErrorMessageType
Expand Down

0 comments on commit 222e098

Please sign in to comment.