@types/react 18.2.35 → 18.2.36
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/README.md +1 -1
- react/index.d.ts +1 -1
- react/package.json +2 -2
react/README.md
CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for react (https://react.dev/).
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react.
|
9
9
|
|
10
10
|
### Additional Details
|
11
|
-
* Last updated:
|
11
|
+
* Last updated: Mon, 06 Nov 2023 11:40:53 GMT
|
12
12
|
* Dependencies: [@types/prop-types](https://npmjs.com/package/@types/prop-types), [@types/scheduler](https://npmjs.com/package/@types/scheduler), [csstype](https://npmjs.com/package/csstype)
|
13
13
|
|
14
14
|
# Credits
|
react/index.d.ts
CHANGED
@@ -1183,7 +1183,7 @@ declare namespace React {
|
|
1183
1183
|
* The first is a boolean, React’s way of informing us whether we’re waiting for the transition to finish.
|
1184
1184
|
* The second is a function that takes a callback. We can use it to tell React which state we want to defer.
|
1185
1185
|
*
|
1186
|
-
* **If some state update causes a component to suspend, that state update should be wrapped in a transition
|
1186
|
+
* **If some state update causes a component to suspend, that state update should be wrapped in a transition.**
|
1187
1187
|
*
|
1188
1188
|
* @see https://react.dev/reference/react/useTransition
|
1189
1189
|
*/
|
react/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/react",
|
3
|
-
"version": "18.2.
|
3
|
+
"version": "18.2.36",
|
4
4
|
"description": "TypeScript definitions for react",
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
|
6
6
|
"license": "MIT",
|
@@ -201,6 +201,6 @@
|
|
201
201
|
"@types/scheduler": "*",
|
202
202
|
"csstype": "^3.0.2"
|
203
203
|
},
|
204
|
-
"typesPublisherContentHash": "
|
204
|
+
"typesPublisherContentHash": "28dbabcdc12150f0c488b7143a2ccf5145ebccb54919be614fa9c138da1d726d",
|
205
205
|
"typeScriptVersion": "4.5"
|
206
206
|
}
|