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'.`,
183
188
);
184
-
},[previousKey,key]);
189
+
},[previousKey,key,options?.allowDynamicKey]);
185
190
186
191
useEffect(()=>{
187
192
// This effect will only run if the `dependencies` array changes. If it changes it will force the hook
0 commit comments