Skip to content

Improve README layout and add links#9

Merged
shubh73 merged 1 commit into
mainfrom
shubh73-patch-1
Mar 29, 2026
Merged

Improve README layout and add links#9
shubh73 merged 1 commit into
mainfrom
shubh73-patch-1

Conversation

@shubh73
Copy link
Copy Markdown
Owner

@shubh73 shubh73 commented Mar 29, 2026

Updated README to enhance presentation and provide additional links.

Updated README to enhance presentation and provide additional links.
@shubh73 shubh73 self-assigned this Mar 29, 2026
@github-actions
Copy link
Copy Markdown

React Compiler Report

3 files scanned · 2 compiled · 4 skipped

File Component Reason
failing.tsx:6 ConditionalHook InvalidReact Hooks must always be called in a consistent order, and may not be called conditionally.
failing.tsx:15 RefMutation InvalidReact Ref values (the current property) may not be accessed during render.
failing.tsx:15 RefMutation InvalidReact Ref values (the current property) may not be accessed during render.
failing.tsx:16 RefMutation InvalidReact Ref values (the current property) may not be accessed during render.
Fix with AI
Fix the following React Compiler issues. The compiler skipped these components because they violate the Rules of React.

Rules:
- Do not add useMemo, useCallback, or React.memo. The compiler handles memoization once the code follows the rules.
- Do not change the underlying logic or behavior of any component.
- If a fix requires restructuring, extract helper functions rather than rewriting the component.

File: failing.tsx
  - ConditionalHook (line 6): Hooks must always be called in a consistent order, and may not be called conditionally. See the Rules of Hooks (https://react.dev/warnings/invalid-hook-call-warning)
  - RefMutation (line 15): Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
  - RefMutation (line 15): Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
  - RefMutation (line 16): Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)

1 opted out ("use no memo")
  • opted-out.tsx:2 useCustomHook

@shubh73 shubh73 merged commit 429c6cf into main Mar 29, 2026
2 checks passed
@shubh73 shubh73 deleted the shubh73-patch-1 branch March 29, 2026 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant