We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c936c4 commit 353e79eCopy full SHA for 353e79e
README.md
@@ -120,6 +120,7 @@ const App = () => {
120
121
You can also register a shortcut when a component is mounted. Like this:
122
123
+<sub>When you use the `useRegisterShortcut` hook it is necessary to use the `useMemo` hook</sub>
124
```tsx
125
import * as React from 'react';
126
import {useMemo, useState} from 'react';
0 commit comments