We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f03fe09 commit a6b0dfcCopy full SHA for a6b0dfc
src/Expensify.tsx
@@ -53,7 +53,7 @@ Onyx.registerLogger(({level, message, parameters}) => {
53
console.error(message);
54
55
// useOnyx() calls with "canBeMissing" config set to false will display a visual alert in dev environment
56
- // when they doesn't return data.
+ // when they don't return data.
57
const shouldShowAlert = typeof parameters === 'object' && !Array.isArray(parameters) && 'showAlert' in parameters && 'key' in parameters;
58
if (Environment.isDevelopment() && shouldShowAlert) {
59
alert(`${message} Key: ${parameters.key as string}`);
0 commit comments