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
"Warning: Encountered two children with the same key, `.2:$placeholderId`. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version."
desktop default has google drive and dropbox integrations. removing those e.g. making const defaultInternetAccounts = [] as any[] makes the warning go away
It is unclear why they receive placeholderId because the defaultInternetAccounts have internetAccountId fields
can use acct.id instead of acct.internetAccountId (as it is a full model, not a config, but the model provides a getter for the config slot called get internetAccountId that runs getConf(self,'internetAccountId')
note that this issue is just something I stumbled on, not related to any report or anything but it is good to get the key's right
On jbrowse desktop
Error:
desktop default has google drive and dropbox integrations. removing those e.g. making
const defaultInternetAccounts = [] as any[]
makes the warning go awayIt is unclear why they receive placeholderId because the defaultInternetAccounts have internetAccountId fields
The text was updated successfully, but these errors were encountered: