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 c7a118a commit 7cf59e0Copy full SHA for 7cf59e0
README.md
@@ -45,7 +45,8 @@ An optional fetching lifecycle method. Invoked just after `GET /props.url` respo
45
##### `onFetchingError?: (e?: Error) => void`
46
An optional fetching lifecycle method. Invoked when error occurs during fetching/processing stage.
47
48
-## `useMessageSource(keyPrefix?: string): ComponentAPI`
+## `useMessageSource`
49
+##### `useMessageSource(keyPrefix?: string): ComponentAPI`
50
A React Hook version of the [ComponentAPI](#ComponentApi).
51
52
```js
0 commit comments