react-dom 16.8.0-alpha.0 → 16.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/build-info.json +6 -6
  2. package/cjs/react-dom-server.browser.development.js +169 -80
  3. package/cjs/react-dom-server.browser.production.min.js +35 -34
  4. package/cjs/react-dom-server.node.development.js +169 -80
  5. package/cjs/react-dom-server.node.production.min.js +35 -34
  6. package/cjs/react-dom-test-utils.development.js +52 -3
  7. package/cjs/react-dom-test-utils.production.min.js +23 -23
  8. package/cjs/react-dom-unstable-fire.development.js +4081 -3078
  9. package/cjs/react-dom-unstable-fire.production.min.js +254 -245
  10. package/cjs/react-dom-unstable-fire.profiling.min.js +230 -225
  11. package/cjs/react-dom-unstable-fizz.browser.development.js +1 -1
  12. package/cjs/react-dom-unstable-fizz.browser.production.min.js +1 -1
  13. package/cjs/react-dom-unstable-fizz.node.development.js +1 -1
  14. package/cjs/react-dom-unstable-fizz.node.production.min.js +1 -1
  15. package/cjs/react-dom-unstable-native-dependencies.development.js +2 -2
  16. package/cjs/react-dom-unstable-native-dependencies.production.min.js +1 -1
  17. package/cjs/react-dom.development.js +4078 -3076
  18. package/cjs/react-dom.production.min.js +254 -245
  19. package/cjs/react-dom.profiling.min.js +230 -225
  20. package/package.json +24 -52
  21. package/umd/react-dom-server.browser.development.js +169 -80
  22. package/umd/react-dom-server.browser.production.min.js +32 -32
  23. package/umd/react-dom-test-utils.development.js +52 -3
  24. package/umd/react-dom-test-utils.production.min.js +22 -21
  25. package/umd/react-dom-unstable-fire.development.js +4089 -3078
  26. package/umd/react-dom-unstable-fire.production.min.js +208 -202
  27. package/umd/react-dom-unstable-fire.profiling.min.js +212 -208
  28. package/umd/react-dom-unstable-fizz.browser.development.js +1 -1
  29. package/umd/react-dom-unstable-fizz.browser.production.min.js +1 -1
  30. package/umd/react-dom-unstable-native-dependencies.development.js +2 -2
  31. package/umd/react-dom-unstable-native-dependencies.production.min.js +1 -1
  32. package/umd/react-dom.development.js +4086 -3076
  33. package/umd/react-dom.production.min.js +208 -202
  34. package/umd/react-dom.profiling.min.js +212 -208
@@ -1,4 +1,4 @@
1
- /** @license React v16.8.0-alpha.0
1
+ /** @license React v16.8.2
2
2
  * react-dom-unstable-fizz.browser.development.js
3
3
  *
4
4
  * Copyright (c) Facebook, Inc. and its affiliates.
@@ -1,4 +1,4 @@
1
- /** @license React v16.8.0-alpha.0
1
+ /** @license React v16.8.2
2
2
  * react-dom-unstable-fizz.browser.production.min.js
3
3
  *
4
4
  * Copyright (c) Facebook, Inc. and its affiliates.
@@ -1,4 +1,4 @@
1
- /** @license React v16.8.0-alpha.0
1
+ /** @license React v16.8.2
2
2
  * react-dom-unstable-fizz.node.development.js
3
3
  *
4
4
  * Copyright (c) Facebook, Inc. and its affiliates.
@@ -1,4 +1,4 @@
1
- /** @license React v16.8.0-alpha.0
1
+ /** @license React v16.8.2
2
2
  * react-dom-unstable-fizz.node.production.min.js
3
3
  *
4
4
  * Copyright (c) Facebook, Inc. and its affiliates.
@@ -1,4 +1,4 @@
1
- /** @license React v16.8.0-alpha.0
1
+ /** @license React v16.8.2
2
2
  * react-dom-unstable-native-dependencies.development.js
3
3
  *
4
4
  * Copyright (c) Facebook, Inc. and its affiliates.
@@ -71,7 +71,7 @@ function invariant(condition, format, a, b, c, d, e, f) {
71
71
  // invokeGuardedCallback uses a try-catch, all user exceptions are treated
72
72
  // like caught exceptions, and the DevTools won't pause unless the developer
73
73
  // takes the extra step of enabling pause on caught exceptions. This is
74
- // untintuitive, though, because even though React has caught the error, from
74
+ // unintuitive, though, because even though React has caught the error, from
75
75
  // the developer's perspective, the error is uncaught.
76
76
  //
77
77
  // To preserve the expected "Pause on exceptions" behavior, we don't use a
@@ -1,4 +1,4 @@
1
- /** @license React v16.8.0-alpha.0
1
+ /** @license React v16.8.2
2
2
  * react-dom-unstable-native-dependencies.production.min.js
3
3
  *
4
4
  * Copyright (c) Facebook, Inc. and its affiliates.