This repository has been archived by the owner on Apr 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Sync with reactjs.org @ 2310e155 #49
Open
react-translations-bot
wants to merge
284
commits into
main
Choose a base branch
from
sync-2310e155
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ata Fetching (Experimental)" (#3963)
June 2-4, 2022. Render-Atlanta 2022
Co-authored-by: Dan Abramov <[email protected]> Co-authored-by: Sylwia Vargas <[email protected]> Co-authored-by: Dan Lebowitz <[email protected]> Co-authored-by: Razvan Gradinar <[email protected]> Co-authored-by: Jared Palmer <[email protected]> Co-authored-by: Dane Grant <[email protected]> Co-authored-by: Dustin Goodman <[email protected]> Co-authored-by: Rick Hanlon <[email protected]> Co-authored-by: Maggie Appleton <[email protected]> Co-authored-by: Alex Moldovan <[email protected]> Co-authored-by: Ives van Hoorne <[email protected]> Co-authored-by: Brian Vaughn <[email protected]> Co-authored-by: Dmitri Pavlutin <[email protected]>
Co-authored-by: Lee Robinson <[email protected]>
Co-authored-by: Hao-Ping <[email protected]>
The `appId` was retrieved from props but the `<Search>` component is never instantiated with props. So the preconnect link targeted an unknown search cluster: ```html <link rel="preconnect" href="https://undefined-dsn.algolia.net" crossorigin="true"> ``` This fixes the preconnect link by getting the `appId` from the website config.
* fix: googleTranslate breaking terminal blocks * chore: prettier magic
This reverts commit 446c15c195f36c0640366c9df22cba6ea0370166.
Co-authored-by: Tomasz Sapeta <[email protected]>
* sandpack: bring back init mode * upgrade sandpack
* Add ARIA labels * Remove unnecessary ARIA label * Add Facebook and Twitter ARIA labels
* Reorder API pages * Tweaks
* Initial Commit * play with it * oops * easier repro * import type * remove `suspense: true` * Add patch for next * Patch package * Add fallback * Enable flag * Fixes local dev env and adds better fallback for codeblock * Adds fallback for sandpack (should work fine) * turn off concurrentFeatures * Revert "turn off concurrentFeatures" This reverts commit 50158ecbd33969e707a2a91a54e822e90c2ebfde. * Update SandpackWrapper.tsx * Removed flags and setTimeouts * add timeouts and promise again * Adds bottom bezel and scroll to sandpack fallback * tinker bottombezel and remove console * Update CodeBlock.tsx * Update SandpackWrapper.tsx * removing overflows to avoid explicit scrolls * upgrade nextjs to canary * Rm patch * Fix TS * Bump Next * No more CSS jumping * Reverts the canary to use the latest Next.js `12.0.10` Co-authored-by: Dan Abramov <[email protected]> Co-authored-by: Dan Abramov <[email protected]>
* useRef * useRef API * Move it down
* Cache a font file * Fix vercel.json syntax * Improve * Fix fonts Co-authored-by: dan <[email protected]>
* Add tab index -1 * Improve accessibility
* Replace Hotjar with GA buttons * initial styles for GA buttons * Add feedback popover * style fixes + adding SVGs * dark mode fix * Maintain state * Click outside * Fix TS * Oops Co-authored-by: Dan Lebowitz <[email protected]>
* [Beta] Use a light GA client * oopsie
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was automatically generated.
Merge changes from reactjs.org at 2310e15
The following files have conflicts and may need new translations:
Please fix the conflicts by pushing new commits to this pull request, either by editing the files directly on GitHub or by checking out this branch.
DO NOT SQUASH MERGE THIS PULL REQUEST!
Doing so will "erase" the commits from main and cause them to show up as conflicts the next time we merge.