Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

merge upstream #279

Merged
merged 23 commits into from
Apr 17, 2024
Merged

merge upstream #279

merged 23 commits into from
Apr 17, 2024

Conversation

roy-jung
Copy link
Owner

No description provided.

poteto and others added 23 commits March 14, 2024 07:44
It seems like these localhost references were being stripped out anyway,
so this isn't a bugfix but just a small cleanup.
This PR adds a new Rules of React reference section that covers the major rules that help developers author idiomatic React apps.

---------

Co-authored-by: Sathya Gunasekaran <[email protected]>
Co-authored-by: Sebastian Silbermann <[email protected]>
Co-authored-by: Allison Strandberg <[email protected]>
This example contains a list of person objects, but only the first 3 have id properties. This appears to be a mistake; in the next use of the list all 5 person objects have this property, but it is not changed as part of an instructive exercise.

This change makes the final two with objects consistent with the remainder of the list.
`an text area` -> `a text area`
`an discussion` -> `a discussion`
Noticed this randomly and couldn't unsee it, so here's a quick PR to
fix.
…s#6743)

* change isOpen variable in TopNav component to isMenuOpen to differentiate from isOpen props in Search component

change setIsOpen to setIsMenuOpen in TopNav component

* move initialization of ShowSearch state to top-level of TopNav component

organize hook initializations in TopNav component: useState, useRef, useRouter

* remove initialYScroll prop from DocSearchModal component to fix search functionality on ios devices
* Add docs for onCaughtError and onUncaughtError

* Updates from feedback
Note that this component is not actually expandable and the ref got likely unused when that was removed
Copy link

vercel bot commented Apr 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
react-dev-ko ✅ Ready (Inspect) Visit Preview Apr 17, 2024 8:40am

@roy-jung roy-jung merged commit d1e1525 into develop Apr 17, 2024
2 of 3 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.