You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@plone/types/config/Settings/contentIcons has a typing of Record<string, React.ComponentType> but it should be Record<string, string>, as we use SVG icons.