import { Alert } from '@mui/material'; export const DependenciesUpgradeAlert = () => { return ( Remember to update your Unleash client! Feature dependencies require new SDK versions. Read more about . ); }; const DependenciesDocsLink = () => { return ( Client SDK support for feature dependencies ); };