this repo has no description
0
fork

Configure Feed

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

Instead of return false, return the default locale arg

+2 -1
+2 -1
src/utils/locale-match.jsx
··· 6 6 try { 7 7 return match(...args); 8 8 } catch (e) { 9 - return false; 9 + const defaultLocale = args[2]; 10 + return defaultLocale || false; 10 11 } 11 12 } 12 13 const localeMatch = mem(_localeMatch, {