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 4100d2a commit 566d9aaCopy full SHA for 566d9aa
README.md
@@ -276,7 +276,7 @@ _Note:_ You'll need to handle press logic yourself when using `renderLink`.
276
277
| Type | Required | Default | Description |
278
| ------ | -------- | ------- | ---------------------------------------------------------------------------------------- |
279
-| number | No | `32` | Maximum length of URL link text. Possible values: `0` (disabled), `1+` (maximum length). |
+| number | No | `0` | Maximum length of URL link text. Possible values: `0` (disabled), `1+` (maximum length). |
280
281
```js
282
<Autolink text={text} truncate={20} />
0 commit comments