chore(deps): update react monorepo to v19 (major) #151
Annotations
2 errors and 1 warning
test/react.test.tsx > should match snapshots:
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.
|
test
Cache not found for keys: node-cache-Linux-x64-pnpm-331ead96db0ab3cd0e22cd654ffa8b3135ca6ab447d1f35b647edd32a643e363
|