Skip to content

Commit f3969d0

Browse files
chore: update troubleshooting guide with typical error messages (#1073)
1 parent 610bf5e commit f3969d0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

website/docs/Troubleshooting.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ React Native uses different versioning scheme from React, you can use [React Nat
1616

1717
React Test Renderer usually has same major & minor version as React, as they are closely related and React Test Renderer is part of [React monorepo](https://github.com/facebook/react).
1818

19-
Related issues:
20-
- [#1061](https://github.com/callstack/react-native-testing-library/issues/1061)
21-
- [#938](https://github.com/callstack/react-native-testing-library/issues/938)
22-
- [#920](https://github.com/callstack/react-native-testing-library/issues/920)
19+
Related issues: [#1061](https://github.com/callstack/react-native-testing-library/issues/1061), [#938](https://github.com/callstack/react-native-testing-library/issues/938), [#920](https://github.com/callstack/react-native-testing-library/issues/920)
20+
21+
Errors that might indicate that you are facing this issue:
22+
- `TypeError: Cannot read property 'current' of undefined` when calling `render()`
23+
- `TypeError: Cannot read property 'isBatchingLegacy' of undefined` when calling `render()`
2324

2425
## Example repository
2526

0 commit comments

Comments
 (0)