Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[plugin/status-bar] root ERROR Warning: Encountered two children with the same key #4032

Closed
akosyakov opened this issue Jan 11, 2019 · 3 comments · Fixed by #4156
Closed
Assignees
Labels
bug bugs found in the application plug-in system issues related to the plug-in system

Comments

@akosyakov
Copy link
Member

See tons of while using debug-auto-launch VS Code extension for status bar items registered via the plugin system.

root ERROR Warning: Encountered two children with the same key, `Automatically attach to node.js processes in debug mode0extension.node-debug.toggleAutoAttach`. 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.
    in div
root ERROR Warning: Encountered two children with the same key, `Automatically attach to node.js processes in debug mode0extension.node-debug.toggleAutoAttach`. 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.
    in div
root ERROR Warning: Encountered two children with the same key, `Automatically attach to node.js processes in debug mode0extension.node-debug.toggleAutoAttach`. 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.
    in div
root ERROR Warning: Encountered two children with the same key, `Automatically attach to node.js processes in debug mode0extension.node-debug.toggleAutoAttach`. 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.
    in div
root ERROR Warning: Encountered two children with the same key, `Automatically attach to node.js processes in debug mode0extension.node-debug.toggleAutoAttach`. 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.
    in div
root ERROR Warning: Encountered two children with the same key, `Automatically attach to node.js processes in debug mode0extension.node-debug.toggleAutoAttach`. 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.
    in div
root ERROR Warning: Encountered two children with the same key, `Automatically attach to node.js processes in debug mode0extension.node-debug.toggleAutoAttach`. 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.
    in div
root ERROR Warning: Encountered two children with the same key, `Automatically attach to node.js processes in debug mode0extension.node-debug.toggleAutoAttach`. 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.
    in div
root ERROR Warning: Encountered two children with the same key, `Automatically attach to node.js processes in debug mode0extension.node-debug.toggleAutoAttach`. 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.
    in div
root ERROR Warning: Encountered two children with the same key, `Automatically attach to node.js processes in debug mode0extension.node-debug.toggleAutoAttach`. 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.
    in div
root ERROR Warning: Encountered two children with the same key, `Automatically attach to node.js processes in debug mode0extension.node-debug.toggleAutoAttach`. 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.
@akosyakov akosyakov added bug bugs found in the application plug-in system issues related to the plug-in system labels Jan 11, 2019
@akosyakov akosyakov self-assigned this Jan 11, 2019
@svor
Copy link
Contributor

svor commented Jan 11, 2019

I have the same problem with java extension: #4027
@akosyakov are you going to work on it?

@akosyakov
Copy link
Member Author

I was planning, but have not yet started. @svor Do you want to?

@svor
Copy link
Contributor

svor commented Jan 14, 2019

@akosyakov I've just created an issue and don't know when I can start working on it. It will be cool, If you fix this one :)

akosyakov added a commit that referenced this issue Jan 23, 2019
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
akosyakov added a commit that referenced this issue Jan 23, 2019
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
akosyakov added a commit that referenced this issue Jan 28, 2019
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
akosyakov added a commit that referenced this issue Jan 28, 2019
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bugs found in the application plug-in system issues related to the plug-in system
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants