disableThemeLoading
Home > @gooddata/sdk-ui-dashboard > IDashboardThemingProps > disableThemeLoading
IDashboardThemingProps.disableThemeLoading property
When true, disables the loading of the workspace theme and creation of a ThemeProvider (if there is none already present in the parent scope).
Signature:
disableThemeLoading?: boolean;
Remarks
Currently – for technical reasons – the ThemeProvider changes the theme globally (i.e. the theme is NOT constrained inside of a ThemeProvider).
Turn this property to true if you need to avoid the global aspect of the themes, or you do not want to use themes at all.
Defaults to false.