Contributor Guidelines
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?
- Open src/ErrorBoundary/ErrorBoundary.jsx
- 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
Contributor Guidelines
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 thecodebase inconsistent with the file name and standard React naming conventions.
Steps to reproduce the bug?
Expected behavior
Component should be defined and exported as ErrorBoundary to match the
filename and standard naming conventions.
Desktop (Please provide your system information)
Mobile (Please provide your device information)
No response
Screenshot / Screenshare
No response
Relevant log output
No response
Record
Code of Conduct