@types/react-dom 17.0.3 → 17.0.4

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.
react-dom/LICENSE CHANGED
File without changes
react-dom/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for React (react-dom) (https://reactjs.or
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 23 Mar 2021 00:35:10 GMT
11
+ * Last updated: Mon, 10 May 2021 22:31:25 GMT
12
12
  * Dependencies: [@types/react](https://npmjs.com/package/@types/react)
13
13
  * Global values: `ReactDOM`, `ReactDOMNodeStream`, `ReactDOMServer`
14
14
 
@@ -52,23 +52,6 @@ declare module '.' {
52
52
  unmount(callback?: () => void): void;
53
53
  }
54
54
 
55
- /**
56
- * Replaces `ReactDOM.render` when the `.render` method is called and enables Blocking Mode.
57
- *
58
- * Opting into Concurrent Mode introduces semantic changes to how React works.
59
- * This means that you can’t use Concurrent Mode in just a few components.
60
- * Because of this, some apps may not be able to migrate directly to Concurrent Mode.
61
- * Blocking Mode only contains a small subset of Concurrent Mode features and is intended
62
- * as an intermediary migration step for apps that are unable to migrate directly.
63
- *
64
- * @see https://reactjs.org/docs/concurrent-mode-adoption.html#migration-step-blocking-mode
65
- * @see https://reactjs.org/docs/concurrent-mode-reference.html#createblockingroot
66
- */
67
- function unstable_createBlockingRoot(
68
- container: Element | Document | DocumentFragment | Comment,
69
- options?: RootOptions,
70
- ): Root;
71
-
72
55
  /**
73
56
  * Replaces `ReactDOM.render` when the `.render` method is called and enables Concurrent Mode.
74
57
  *
react-dom/index.d.ts CHANGED
File without changes
File without changes
react-dom/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react-dom",
3
- "version": "17.0.3",
3
+ "version": "17.0.4",
4
4
  "description": "TypeScript definitions for React (react-dom)",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -43,6 +43,6 @@
43
43
  "dependencies": {
44
44
  "@types/react": "*"
45
45
  },
46
- "typesPublisherContentHash": "c4673aa779a5ebe4d5bafd06ad394d3ddbec0f835d8f5ff2c3c6b51f5c26ba7a",
46
+ "typesPublisherContentHash": "f6ef2f5cdf9e3adf7cc9fe9efc08259a2712408862af5d62dbfe1ac1dad2162d",
47
47
  "typeScriptVersion": "3.5"
48
48
  }
react-dom/server.d.ts CHANGED
File without changes
File without changes