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

Some warnings with Electron #11

Closed
Samuell1 opened this issue Dec 29, 2016 · 1 comment
Closed

Some warnings with Electron #11

Samuell1 opened this issue Dec 29, 2016 · 1 comment
Labels

Comments

@Samuell1
Copy link

Hey, i using devtools with electron, and i get some warnings, its something bad?

ELECTRON-> [2920:1229/161954:ERROR:CONSOLE(1308)] "Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of `Inspector`. See https://fb.me/react-
warning-keys for more information.                                                                                                                                                              
    in div (created by Inspector)                                                                                                                                                    
    in Inspector (created by Panel)                                                                                                                                                  
    in div (created by Panel)                                                                                                                                                        
    in Panel", source: chrome-extension://apollo-client-developer-tools/dist/index_bundle.js (1308)                                                                                  
                                                                                                                                                                                    
ELECTRON-> [2920:1229/161954:ERROR:CONSOLE(1308)] "Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of `StoreTreeFieldSet`. See https://fb.m
e/react-warning-keys for more information.                                                                                                                                                      
    in StoreTreeField (created by StoreTreeFieldSet)                                                                                                                                 
    in StoreTreeFieldSet (created by Inspector)                                                                                                                                      
    in div (created by Inspector)                                                                                                                                                    
    in div (created by Inspector)                                                                                                                                                    
    in div (created by Inspector)                                                                                                                                                    
    in Inspector (created by Panel)                                                                                                                                                  
    in div (created by Panel)                                                                                                                                                        
    in Panel", source: chrome-extension://apollo-client-developer-tools/dist/index_bundle.js (1308)                                                                                  
[2920:1229/161954:ERROR:CONSOLE(1308)] "Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of `StoreTreeArray`. See https://fb.me/r
eact-warning-keys for more information.                                                                                                                                                         
    in StoreTreeArrayItem (created by StoreTreeArray)                                                                                                                                
    in StoreTreeArray (created by StoreTreeValue)                                                                                                                                    
    in span (created by StoreTreeValue)                                                                                                                                              
    in StoreTreeValue (created by StoreTreeField)                                                                                                                                    
    in div (created by StoreTreeField)                                                                                                                                               
    in StoreTreeField (created by StoreTreeFieldSet)                                                                                                                                 
    in div (created by StoreTreeFieldSet)                                                                                                                                            
    in div (created by StoreTreeFieldSet)                                                                                                                                            
    in span (created by StoreTreeFieldSet)                                                                                                                                           
    in StoreTreeFieldSet (created by Inspector)                                                                                                                                      
    in div (created by Inspector)                                                                                                                                                    
    in div (created by Inspector)                                                                                                                                                    
    in div (created by Inspector)                                                                                                                                                    
    in Inspector (created by Panel)                                                                                                                                                  
    in div (created by Panel)                                                                                                                                                        
    in Panel", source: chrome-extension://apollo-client-developer-tools/dist/index_bundle.js (1308)          

script to install devtools

        let installExtension = require('electron-devtools-installer')

        installExtension.default('jdkknkkbebbapilgoeccciglkfbmbnfm')
            .then((name) => console.log(name, ' INSTALLED\n'))
            .catch((err) => console.log('An error occurred: ', err))
@danielkv
Copy link

problem here too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants