@australiangreens/ag-internal-components 0.1.11 → 0.1.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,7 +4,7 @@ import { AutocompleteGenericEntity } from '../types';
4
4
  /**
5
5
  * MUI Autocomplete has a harmless warning when the available options do not
6
6
  * include the old selected value of the auto complete (its skipped in
7
- * production). This regex can be used as as supressConsoleMessages('warn',
7
+ * production). This regex can be used as as suppressConsole('warn',
8
8
  * MUI_AUTOCOMPLETE_VALUE_WARNING_REGEX) to avoid it in development
9
9
  * environments.
10
10
  */