chore(deps): update react monorepo to v19 (major) #178
Annotations
2 errors and 1 warning
Test:
test/react.test.tsx#L20
Error: Snapshot `should match snapshots 1` mismatched
- Expected
+ Received
[
"Hello, ",
- <div>
- The number is
- <b>
- {count}
- </b>
- </div>,
- <br />,
+ {
+ "$$typeof": Symbol(react.transitional.element),
+ "_owner": null,
+ "_store": {},
+ "key": "0",
+ "props": {
+ "children": [
+ "The number is ",
+ {
+ "$$typeof": Symbol(react.transitional.element),
+ "_owner": null,
+ "_store": {},
+ "key": "0",
+ "props": {
+ "children": "{count}",
+ },
+ "type": "b",
+ },
+ ],
+ },
+ "type": "div",
+ },
+ {
+ "$$typeof": Symbol(react.transitional.element),
+ "_owner": null,
+ "_store": {},
+ "key": "1",
+ "props": {
+ "children": undefined,
+ },
+ "type": "br",
+ },
"The number is ",
- <b>
- {count}
- </b>,
+ {
+ "$$typeof": Symbol(react.transitional.element),
+ "_owner": null,
+ "_store": {},
+ "key": "2",
+ "props": {
+ "children": "{count}",
+ },
+ "type": "b",
+ },
".",
]
❯ test/react.test.tsx:20:18
|
Test
Process completed with exit code 1.
|
Install Node.js
Cache not found for keys: node-cache-Linux-x64-pnpm-580602d04386615de82d68a46703a31cb5cc6b9afd2c963ba9711a52bc87da01
|
Loading