diff --git a/apps/v4/content/docs/components/base/button.mdx b/apps/v4/content/docs/components/base/button.mdx
index e4ea3517ff..dbc1d8a4cc 100644
--- a/apps/v4/content/docs/components/base/button.mdx
+++ b/apps/v4/content/docs/components/base/button.mdx
@@ -139,6 +139,8 @@ To create a button group, use the `ButtonGroup` component. See the [Button Group
You can use the `render` prop on `` to make another component look like a button. Here's an example of a link that looks like a button.
+Remember to set the `nativeButton` prop to `false` if you're returning an element that is not a button.
+
## API Reference