Skip to content

๐Ÿ› [Bug report]: ErrorBoundary component exported with typo as ErrorBoundryย #1706

@riteshrana12-dev

Description

@riteshrana12-dev

Contributor Guidelines

  • I have read the guidelines and discussion

Descrcibe the bug?

In src/ErrorBoundary/ErrorBoundary.jsx, the component is defined and exported
as ErrorBoundry โ€” missing the letter 'a'. This is a typo that makes the
codebase inconsistent with the file name and standard React naming conventions.

Steps to reproduce the bug?

  1. Open src/ErrorBoundary/ErrorBoundary.jsx
  2. See line 5: const ErrorBoundry and last line: export default ErrorBoundry

Expected behavior

Component should be defined and exported as ErrorBoundary to match the
filename and standard naming conventions.

Desktop (Please provide your system information)

  • OS: Windows
  • Browser: Chrome
  • Version: Not applicable (this is a code issue, not a browser issue)

Mobile (Please provide your device information)

No response

Screenshot / Screenshare

No response

Relevant log output

No response

Record

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions