Chronoblog / gatsby-theme-chronoblog

⏳ Chronoblog is a Gatsbyjs theme specifically designed to create a personal website. The main idea of ​​Chronoblog is to allow you not only to write a personal blog but also to keep a record of everything important that you have done.
https://chronoblog.now.sh
MIT License
129 stars 26 forks source link

warnings in link.js and note.js? #35

Open reallymello opened 4 years ago

reallymello commented 4 years ago

In the latest gatsby CLI when I compile I get a couple warnings that I am not sure are problematic

warn The GraphQL query in the non-page component "/node_modules/gatsby-theme-chronoblog/src/templates/link.js" will not be run.
warn The GraphQL query in the non-page component "/node_modules/gatsby-theme-chronoblog/src/templates/note.js" will not be run.
ganevdev commented 4 years ago

Yes, we need to investigate this issue - something is wrong here.

Soon I plan to update the version of Gatsbyjs in the Chronoblog, perhaps this will reveal some problems.