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 96ed09d commit 24a3a59Copy full SHA for 24a3a59
docs/framework/react/guides/custom-plugins.md
@@ -62,7 +62,7 @@ class CustomEventClient extends EventClient<EventMap> {
62
}
63
64
// This is where the magic happens, it'll be used throughout your application.
65
-export const DevtoolsEventClient = new FormEventClient()
+export const DevtoolsEventClient = new CustomEventClient()
66
```
67
68
## Event Client Integration
0 commit comments