fix: add correct link to mui docs for Virtualization

Signed-off-by: Julien <julien.hery@ext.adeo.com>
This commit is contained in:
Julien
2024-08-12 09:34:37 +02:00
parent a40904dc7d
commit 11ffdbd7f3
@@ -22,7 +22,7 @@ const renderRow = (props: ListChildComponentProps) => {
return React.cloneElement(data[index], { style });
};
// Context needed to keep Autocomplete working correctly : https://v4.mui.com/components/autocomplete/#virtualization
// Context needed to keep Autocomplete working correctly : https://v4.mui.com/components/autocomplete/#Virtualize.tsx
const OuterElementContext = React.createContext({});
const OuterElementType = React.forwardRef<HTMLDivElement>((props, ref) => {