We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 706d93e commit f643c69Copy full SHA for f643c69
docs/cdn_react.md
@@ -64,7 +64,7 @@ boundaries](https://reactjs.org/blog/2017/07/26/error-handling-in-react-16.html)
64
that record uncaught errors using the web client's `recordError` command:
65
66
```typescript
67
-declare function nexus(operation: string, payload: any): void;
+declare function cwr(operation: string, payload: any): void;
68
69
class App extends Component {
70
...
@@ -74,4 +74,4 @@ class App extends Component {
74
};
75
76
}
77
-```
+```
0 commit comments