fix: add correct link to mui docs for Virtualization
Signed-off-by: Julien <julien.hery@ext.adeo.com>
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user