You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`'${previousKey}' key can't be changed to '${key}'. useOnyx() only supports dynamic keys if they are both collection member keys from the same collection e.g. from 'collection_id1' to 'collection_id2'.`,
171
-
);
172
-
},[previousKey,key,options?.allowDynamicKey]);
164
+
if(process.env.NODE_ENV==='development'){
165
+
Logger.logAlert(`useOnyx: key changed from '${previousKey}' to '${key}' across collections.`);
166
+
}
167
+
},[previousKey,key]);
173
168
174
169
// Track previous dependencies to prevent infinite loops
0 commit comments