aragoncoop / coop-dao-docs

Docs/Website for The Coop 🐔🥚
3 stars 1 forks source link

Annoying Yarn Start Error #27

Closed yeqbfgxjiq closed 5 years ago

yeqbfgxjiq commented 5 years ago

yarn start worked without warnings, but now creates this annoying alert

yarn run v1.15.2                                                                                                                                                      
warning package.json: No license field                                                                                                                                
$ docusaurus-start                                                                                                                                                    
LiveReload server started on port 35729                                                                                                                               
Docusaurus server started on port 3000                                                                                                                                
Warning: Each child in a list should have a unique "key" prop.                                                                                                        

Check the top-level render call using <div>. See https://fb.me/react-warning-keys for more information.                                                               
    in a                                                                                                                                                              
    in Showcase                                                                                                                                                       
    in div                                                                                                                                                            
    in div                                                                                                                                                            
    in Index                                                                                                                                                          
    in div                                                                                                                                                            
    in body                                                                                                                                                           
    in html                                                                                                                                                           
    in Site 

I think it's referring to the ReactJS key system, but I don't know what's causing it. It's annoying though...

This doesn't stop yarn from running or building, it's just annoying.

yeqbfgxjiq commented 5 years ago

Forked and fixed. Holding off on merging until the coop decides if they want to move forward with the project or not.