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 8bd35d7 commit ace4b74Copy full SHA for ace4b74
1 file changed
README.md
@@ -6,7 +6,7 @@ A set of React higher order components (HOCs).
6
7
Higher order components _wrap_ components to give them extra functionality. For instance, defining a callback to be triggered when a component mounts:
8
9
-```js
+```jsx
10
import { onMount } from '@launchpadlab/lp-hoc'
11
12
function MyComponent() {
0 commit comments