this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Expose function for debugging

+3
+3
src/utils/locale-match.js
··· 11 11 return defaultLocale || false; 12 12 } 13 13 } 14 + if (typeof window !== 'undefined') { 15 + window._localeMatch = _localeMatch; // For debugging 16 + } 14 17 const localeMatch = mem(_localeMatch); 15 18 16 19 export default localeMatch;