react/scripts
Andrew Clark 03e6b8ba2f
Make LegacyHidden match semantics of old fork (#18998)
Facebook currently relies on being able to hydrate hidden HTML. So
skipping those trees is a regression.

We don't have a proper solution for this in the new API yet. So I'm
reverting it to match the old behavior.

Now the server renderer will treat LegacyHidden the same as a fragment,
with no other special behavior. We can only get away with this because
we assume that every instance of LegacyHidden is accompanied by a host
component wrapper. In the hidden mode, the host component is given a
`hidden` attribute, which ensures that the initial HTML is not visible.
To support the use of LegacyHidden as a true fragment, without an extra
DOM node, we will have to hide the initial HTML in some other way.
2020-05-25 18:16:53 -07:00
..
babel Fix "missing flag" error for non-boolean types (#18592) 2020-04-13 12:57:31 -07:00
bench Bump minimist from 1.2.0 to 1.2.3 in /scripts/bench (#18500) 2020-04-06 19:29:11 +01:00
circleci Remove /dist/ UMD builds (#18473) 2020-04-02 17:52:32 -07:00
error-codes Add experimental ReactDOM.createEventHandle (#18756) 2020-05-12 20:24:25 +01:00
eslint [Flight] Lazily parse models and allow any value to suspend (#18476) 2020-04-03 14:58:02 -07:00
eslint-rules Revert "deps: update ESLint version to v7 (#18897)" (#18899) 2020-05-12 20:06:14 +01:00
flow Make Flow work with your editor (#18664) 2020-04-18 10:24:46 -07:00
git Remove leftover env variable logic in pre-commit hook 2015-09-01 14:35:47 -07:00
jest Make LegacyHidden match semantics of old fork (#18998) 2020-05-25 18:16:53 -07:00
merge-fork Script for syncing changes between forks (#18550) 2020-04-09 11:37:13 -07:00
perf-counters Drop the year from Facebook copyright headers and the LICENSE file. (#13593) 2018-09-07 15:11:23 -07:00
prettier Drop the year from Facebook copyright headers and the LICENSE file. (#13593) 2018-09-07 15:11:23 -07:00
print-warnings Update Flow to 0.84 (#17805) 2020-01-09 14:50:44 +00:00
release [Release] Follow redirect when downloading tarball (#18845) 2020-05-06 10:28:49 -07:00
rollup [Blocks] Scaffolding react-fetch + first pass at node implementation (#18863) 2020-05-12 17:21:45 +01:00
shared Rename Flight to Transport (#18808) 2020-05-03 11:33:48 -07:00
tasks Change ReactVersion from CJS to ES module (#18181) 2020-02-28 13:09:02 -08:00
yarn chore: upgrade to jest 24 (#15778) 2019-10-03 22:44:18 +05:30
authors AUTHORS 2013-09-09 23:42:54 -07:00