Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

Commit 5b46cfc

Browse files
denisborovikovgregberge
authored andcommitted
docs: update Refs.mdx (#64)
1 parent 29448df commit 5b46cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced/Refs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { Input, styled } from '@smooth-ui/core-sc'
1010

1111
Passing a `ref` prop to a Smooth UI component will give you the ref of the DOM node.
1212

13-
> Be careful, if you use emotion or styled-components v4, you have to use "innerRef" instead of "ref".
13+
> Be careful, if you use emotion or styled-components v3, you have to use "innerRef" instead of "ref".
1414
1515
<Playground>
1616
{() => {

0 commit comments

Comments
 (0)