We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca4a4ac commit b256f9aCopy full SHA for b256f9a
1 file changed
lib/OnyxUtils.ts
@@ -968,8 +968,8 @@ function initializeWithDefaultKeyStates(): Promise<void> {
968
969
// Only notify subscribers for default key states — same as before.
970
// Other keys will be picked up by subscribers when they connect.
971
- // TODO: Maybe we dont need this.
972
- // for (const [key, value] of Object.entries(merged ?? {})) keyChanged(key, value);
+ // FIXME: Maybe we dont need this, but some tests in E/App are failing if we remove it.
+ for (const [key, value] of Object.entries(merged ?? {})) keyChanged(key, value);
973
});
974
}
975
0 commit comments