diff --git a/website/pages/docs/options.mdx b/website/pages/docs/options.mdx index 4b431066..6befea2c 100644 --- a/website/pages/docs/options.mdx +++ b/website/pages/docs/options.mdx @@ -147,7 +147,7 @@ Setting this to `true` will forward ref to the root SVG tag. ## Memo -Setting this to `true` will wrap the exported component in [`React.memo`](https://reactjs.org/docs/react-api.html#reactmemo). +Setting this to `true` will wrap the exported component in [`React.memo`](https://react.dev/reference/react/memo). | Default | CLI Override | API Override | | ------- | ------------ | --------------- |